Skip to content

Commit

Permalink
Update Pdep test to match current eigenvalue finding algorithm
Browse files Browse the repository at this point in the history
See #1843
  • Loading branch information
amarkpayne committed Dec 5, 2019
1 parent 8856e5d commit 2d4a685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arkane/pdepTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_pdep_job(self):
reaction_list = read_reactions_block(chem, dictionary)
rxn = reaction_list[0]
self.assertIsInstance(rxn.kinetics, Chebyshev)
self.assertAlmostEquals(rxn.kinetics.get_rate_coefficient(1000.0, 1.0), 88.88253229631246)
self.assertAlmostEquals(rxn.kinetics.get_rate_coefficient(1000.0, 1.0), 88.9003516559412)

files = [f for f in os.listdir(os.path.join(self.directory, 'sensitivity', ''))
if os.path.isfile(os.path.join(self.directory, 'sensitivity', f))]
Expand Down

0 comments on commit 2d4a685

Please sign in to comment.