Skip to content

Commit

Permalink
move rmsyaml test to the rmg functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Sep 16, 2024
1 parent 9b1c12d commit d400cb2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/rmgpy/rmg/mainTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ def test_rmg_execute(self):
assert isinstance(self.rmg.database, RMGDatabase)
assert self.rmg.done

def test_disable_rms_yaml_writer(self):
"""
generateRMSEachIter = False in input should set the corresponding property in RMG instance
"""
self.assertFalse(self.rmg.generate_rms_each_iter)

def test_rmg_increases_reactions(self):
"""Test that RMG.execute increases reactions and species."""
assert len(self.rmg.reaction_model.core.reactions) > 0
Expand Down

0 comments on commit d400cb2

Please sign in to comment.