Skip to content

Commit

Permalink
forgot to update the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johbackm committed Apr 3, 2024
1 parent c477190 commit 83613ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_gfit.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ def test_psds():
my_psds = pysp2.util.process_psds(my_binary, my_hk, my_ini)
np.testing.assert_almost_equal(my_psds['NumConcIncan'].max(), 0.95805343)
np.testing.assert_almost_equal(my_psds['ScatNumEnsemble'].sum(), 254.773995310)
np.testing.assert_almost_equal(my_psds['IncanNumEnsemble'].sum(), 32.22939087)
np.testing.assert_almost_equal(my_psds['IncanNumEnsemble'].sum(), 32.61006871)
np.testing.assert_almost_equal(my_psds['ScatMassEnsemble'].sum(), 3.15026266)
np.testing.assert_almost_equal(my_psds['IncanMassEnsemble'].sum(), 0.08177226)
np.testing.assert_almost_equal(my_psds['IncanMassEnsemble'].sum(), 0.08280955)
np.testing.assert_almost_equal(my_binary['DeadtimeRelativeBias'].mean(), -0.00023515)
coeff, beam_profile = pysp2.util.beam_shape(
my_binary, beam_position_from='peak maximum', Globals=pysp2.util.DMTGlobals())
Expand Down

0 comments on commit 83613ed

Please sign in to comment.