-
Notifications
You must be signed in to change notification settings - Fork 32
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
No method matching species error #161
Comments
Sorry, I must've missed when this got posted. Is this still an issue? Can you send the full error trace? |
Yes, thanks for getting back. Please find the pdf file attached. |
Hmm...I'm having difficulty reproducing this issue. What versions of RMS and RMG are you on? Can you send me the exact .rms file (not pasted into a docx)? |
RMG version: 3.1.0 I have attached all the rms files of methane_steam into the zip file below. |
Hmm...I'm not getting this issue on RMS master and I don't think you should be getting this on the latest release v0.4.0 so I suspect the RMS version your pyrms has installed is too old. Try running in the command line:
|
When I run this command, 5 of the files do not get compiled (including ReactionMechanismSimulator). So when I run the code in jupyter notebook I get the following error: Failed to precompile DifferentialEquations [0c46a032-eb83-5123-abaf-570d42b7fbaa] to /home/keerths/anaconda3/envs/rms_env/share/julia/site/compiled/v1.6/DifferentialEquations/jl_0LEqoK. Stacktrace: I have attached the jupyter notebook file for your reference. Could you please guide me. Thank you. |
Try opening the julia repl with |
While trying to run the simulation for Steam methane reforming (examples/rmg/catalysis/methane_steam) example of RMG software using RMS in Jupyter notebook (Julia 1.6.0), the following error always pops up for the code;
Code:
phaseDict = readinput("rms/chem76.rms")
Error:
MethodError: no method matching Species(; index=23, name="site", adjlist="1 X u0 p0 c0\n\n", radicalelectrons=0, thermo=NASA{EmptyThermoUncertainty}
polys: Array{NASApolynomial}((2,))
unc: EmptyThermoUncertainty EmptyThermoUncertainty()
, smiles="[Pt]")
I have attached the word document of the rms file. Can someone guide me?
Chem76 file:
chem76.docx
The text was updated successfully, but these errors were encountered: