-
Notifications
You must be signed in to change notification settings - Fork 104
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
examples can not run with python 3.6 #114
Comments
More information is needed to reproduce the error. Which version of CatMAP are you running?
|
I have tried the latest version of CatMAP(0.3.0), anaconda2, anaconda3, none of them could run the examples in tutorials.
|
@Mabinogiysk, are you able to run the example files in your environment with the current CatMAP version? |
@Angel-Jia I meet the same problem,have you solved it? |
@Angel-Jia I compared the different examples in documentation tutorial and the tutorial in code-master , it seems like the difference bettween the tuple and the list |
I have run the example in Generating an Input File and I got this error.
Traceback (most recent call last):
File "D:/Jupyter-notebook/ASE/test.py", line 123, in
parser.parse()
File "D:\catmap\catmap\parsers\table_parser.py", line 60, in parse
self._baseparse()
File "D:\catmap\catmap\parsers\parser_base.py", line 41, in _baseparse
self.transition_state_names+self.site_names+tuple(self._gas_sites)):
TypeError: can only concatenate list (not "NoneType") to list
The text was updated successfully, but these errors were encountered: