Skip to content

Commit

Permalink
Another numerical test tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Jul 26, 2024
1 parent 0a2d9a9 commit 0d5818d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_eos_mix.py
Original file line number Diff line number Diff line change
Expand Up @@ -5124,7 +5124,7 @@ def args(eos, numpy=False):
assert isinstance(eos_np.d3a_alpha_dninjnks, np.ndarray)
assert isinstance(eos.d3a_alpha_dninjnks, list)

assert_close3d(eos_np.d3P_dninjnks_Vt('g'), eos.d3P_dninjnks_Vt('g'), rtol=1e-11)
assert_close3d(eos_np.d3P_dninjnks_Vt('g'), eos.d3P_dninjnks_Vt('g'), rtol=2e-10)
assert isinstance(eos_np.d3P_dninjnks_Vt('g'), np.ndarray)
assert isinstance(eos.d3P_dninjnks_Vt('g'), list)

Expand Down

0 comments on commit 0d5818d

Please sign in to comment.