ReactionMechanismGenerator / RMG-Py

Python version of the amazing Reaction Mechanism Generator (RMG).
http://reactionmechanismgenerator.github.io/RMG-Py/
Other
397 stars 228 forks source link

Plain `Exception` Raised when calling `mergemodels.py` #2683

Closed OJ-0908 closed 5 months ago

OJ-0908 commented 5 months ago

Hi, I am attempting to use the script in RMG-Py to merge different models generated by RMG. However, I encountered an issue at the initial stage of the merging process, which prevents the mechanisms from being successfully combined. I have attached the mechanism files that need to be merged. I would greatly appreciate any help and guidance you can provide. Thank you very much! The results is followed:

Traceback (most recent call last):
  File "/rmg/RMG-Py/scripts/mergeModels.py", line 52, in <module>
    main()
  File "/rmg/RMG-Py/scripts/mergeModels.py", line 48, in main
    merge_models.main()
  File "/rmg/RMG-Py/rmgpy/tools/mergemodels.py", line 87, in main
    raise Exception
Exception

Merge model.zip

JacksonBurns commented 5 months ago

@OJ-0908 I see you changed the title - were you able to fix this, or do you still need help?

OJ-0908 commented 5 months ago

Thank you for your attention and response to my question. I am pleased to inform you that the problem has been resolved.

JacksonBurns commented 5 months ago

Glad to hear it! We would appreciate if you could provide a brief explanation of the solution in case anyone else has this issue in the future, if you can. I will close this now.