Skip to content

Commit

Permalink
Add debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber committed Jul 1, 2020
1 parent 99de114 commit f41fdaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interfaces/cython/cantera/test/test_reactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1498,6 +1498,7 @@ def test_ignition_delay_sensitivity(self):
dH = 1e4
for i,s in enumerate(species):
dtigdh = (self.calc_tig(s, dH) - tig0) / dH
print(dtigdh, dtigdh_cvodes[i], s)
self.assertNear(dtigdh_cvodes[i], dtigdh, atol=1e-14, rtol=5e-2)


Expand Down

0 comments on commit f41fdaf

Please sign in to comment.