Git Product home page Git Product logo

Comments (5)

mhangaard avatar mhangaard commented on May 25, 2024

More information is needed to reproduce the error. Which version of CatMAP are you running?
To find out, go to python command line and type:

>> from catmap import __version__
>> __version__

from catmap.

Angel-Jia avatar Angel-Jia commented on May 25, 2024

I have tried the latest version of CatMAP(0.3.0), anaconda2, anaconda3, none of them could run the examples in tutorials.
when I ran the first example in Generating an Input File, 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

from catmap.

gusmaogabriels avatar gusmaogabriels commented on May 25, 2024

@Mabinogiysk, are you able to run the example files in your environment with the current CatMAP version?

from catmap.

AlexHeustc avatar AlexHeustc commented on May 25, 2024

@Angel-Jia I meet the same problem,have you solved it?

from catmap.

AlexHeustc avatar AlexHeustc commented on May 25, 2024

@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
rxm.adsorbate_names = ('CO','C','O','H','CH','OH','CH2','CH3') rxm.transition_state_names = ('C-O','H-OH','H-C') rxm.gas_names = ('CO_g','H2_g','CH4_g','H2O_g') rxm.site_names = ('s',)

from catmap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.