Skip to content

Commit

Permalink
MAINT: update expression hashes in tests (#154)
Browse files Browse the repository at this point in the history
* MAINT: implement hash test for model 15
  • Loading branch information
redeboer authored Aug 17, 2022
1 parent 8abec93 commit 3986a88
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,23 +83,23 @@ def test_get_readable_hash(assumptions, expected_hash, caplog: LogCaptureFixture
@pytest.mark.parametrize(
("model_id", "intensity_hash", "polarization_hash"),
[
(0, 25920838, 86038262),
(1, 25920838, 86038262),
(2, 25920838, 86038262),
(3, 25920838, 86038262),
(4, 25920838, 86038262),
(5, 25920838, 86038262),
(6, 25920838, 86038262),
(7, 36469038, 58347724),
(8, 68439069, 78416740),
(9, 41149687, 59382178),
(10, 28117252, 90540156),
(11, 25920838, 86038262),
(12, 18533109, 48574010),
(13, 21731195, 36898300),
(14, 25920838, 86038262),
# 15: No dynamics implemented for lineshape "BuggBreitWignerExpFF"
(16, 25920838, 86038262),
(0, 55901977, 26197362),
(1, 55901977, 26197362),
(2, 55901977, 26197362),
(3, 55901977, 26197362),
(4, 55901977, 26197362),
(5, 55901977, 26197362),
(6, 55901977, 26197362),
(7, 67954769, 19984376),
(8, 26414467, 40233122),
(9, 78888679, 12500606),
(10, 43331666, 27303837),
(11, 55901977, 26197362),
(12, 55885058, 68738708),
(13, 14855507, 48169132),
(14, 55901977, 26197362),
(15, 62960341, 24711378),
(16, 55901977, 26197362),
# 17: No dynamics implemented for lineshape "Flatte1405_LS"
],
)
Expand Down

0 comments on commit 3986a88

Please sign in to comment.