Skip to content

Commit

Permalink
Tests: Updated tests to account for the new save_edge default value
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Jul 10, 2024
1 parent 0567bc7 commit 1717176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
}
rmg_minimal_defaults = rmg_minimal.copy()
rmg_minimal_defaults['options'] = {'seed_name': 'Seed',
'save_edge': True,
'save_edge': False,
'save_html': False,
'generate_seed_each_iteration': True,
'save_seed_to_database': False,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def test_write_rmg_input_file():
generatePlots=False,
saveSimulationProfiles=False,
verboseComments=False,
saveEdgeSpecies=True,
saveEdgeSpecies=False,
keepIrreversible=False,
trimolecularProductReversible=True,
wallTime='01:00:00:00',
Expand Down

0 comments on commit 1717176

Please sign in to comment.