-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error with kmos view command #58
Comments
I took a quick look and it looks like somewhere between ase version 3.12.0b1 (the one I happen to have in my workstation) and the current version, they changed the signature for ase.gui.view.View from
Sadly, I am not familiar with how this class works on ase and/or the significance of the vbox parameter for kmos. If you need to use the viewer as soon as possible, I would recommend reverting to and older ase version for now. An alternative quick hack that could work, but is definitely not guarranteed to is to change However, I doubt this will work. I guess @mhoffman should be able to come up with an estimate on how difficult implementing support for this newer ase version would be. Hope this helps, |
Thank you for your suggestion, I will try as you said and response to you as soon as possible. Have a nice day, DING Haoran |
Expected behavior
run thekMC model about CO adsorption and desorption according to the tutorials: A first kMC Model- the API way (http://kmos.readthedocs.io/en/latest/tutorials/index.html)
Actual behavior
I installed the kmos and the dependencies on ubuntu 16.04, and learn the tutorials "A first kMC Model-the API way"
while, after I export the xml, and try to view the model, it rised an TypeError, the error info is shown as followed:
It seems to be related to the ase.view, but I don't know how to deal with it.
How could I fix this problem? Did I do something wrong in installation?
Looking forward to your solution and suggestion.
//: # (Besides the text description, include any screenshot(s) that help us visualize the issue you're facing)
Steps to reproduce the issue
System information
kmos version
, operating system, version, python version, possibly link to model fileThe text was updated successfully, but these errors were encountered: