ReactionMechanismGenerator / ARC

ARC - Automatic Rate Calculator
https://reactionmechanismgenerator.github.io/ARC/index.html
MIT License
43 stars 21 forks source link

ARC accept multiple types for `level`. #610

Closed kfir4444 closed 1 year ago

kfir4444 commented 1 year ago

Describe the bug ARC object accepts two input types of level, which causes issues later.

Possible solution I suggest writing a function in main.py, that reads the input_dict and turns all level keys that are not None into Level objects.

Additional context PR ,

kfir4444 commented 1 year ago

solved with 602