We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee84ce4 commit 0b4c462Copy full SHA for 0b4c462
1 file changed
test/rmgpy/rmg/inputTest.py
@@ -31,6 +31,7 @@
31
32
import rmgpy.rmg.input as inp
33
from rmgpy.rmg.main import RMG
34
+from rmgpy.rmg.model import CoreEdgeReactionModel
35
from rmgpy.ml.estimator import ADMONITION
36
37
import pytest
@@ -384,6 +385,7 @@ def setup_method(self):
384
385
"""This method is run before every test in this class"""
386
global rmg
387
# Reset the completed networks set before each test
388
+ rmg.reaction_model = CoreEdgeReactionModel()
389
rmg.reaction_model.completed_pdep_networks = set()
390
391
def test_completed_networks_single(self):
0 commit comments