diff --git a/tests/test_io.py b/tests/test_io.py index 60225ff8..a094e263 100644 --- a/tests/test_io.py +++ b/tests/test_io.py @@ -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" ], )