Skip to content

Commit

Permalink
Minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Jul 25, 2023
1 parent cafc7e7 commit 099a4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_numba.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def test_tube_bank():
kwargs = dict(m=11., rho=995., mu=0.000803, mu_w=0.000657, DShell=0.584, LSpacing=0.1524, pitch=0.0254, Do=.019, NBaffles=22)
assert_close(ht.numba.dP_Kern(**kwargs), ht.dP_Kern(**kwargs))

assert_close(ht.numba.baffle_correction_Bell(0.82, 'Chebyshev'), ht.numba.baffle_correction_Bell(0.82, 'Chebyshev'))
assert_close(ht.numba.baffle_correction_Bell(0.82, 'chebyshev'), ht.numba.baffle_correction_Bell(0.82, 'chebyshev'))
assert_close(ht.numba.baffle_correction_Bell(0.82), ht.numba.baffle_correction_Bell(0.82))

assert_close(ht.numba.baffle_leakage_Bell(1, 3, 8), ht.baffle_leakage_Bell(1, 3, 8))
Expand Down

0 comments on commit 099a4ac

Please sign in to comment.