Skip to content

Commit

Permalink
Revert "Update arkane/explorerTest.py."
Browse files Browse the repository at this point in the history
This reverts commit d59da68.

Lesson to be learned: If a unit test fails, make sure you
understand why before changing the correct answer...
  • Loading branch information
mliu49 committed Jul 18, 2019
1 parent 4f4512d commit 14d5e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arkane/explorerTest.py
Expand Up @@ -76,7 +76,7 @@ def test_reactions(self):
"""
test that the right number of reactions are in output network
"""
self.assertEqual(len(self.explorerjob.networks[0].pathReactions), 5)
self.assertEqual(len(self.explorerjob.networks[0].pathReactions), 6)

def test_isomers(self):
"""
Expand Down

0 comments on commit 14d5e29

Please sign in to comment.