Skip to content

Commit

Permalink
Update test_seir.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emprzy committed Dec 2, 2024
1 parent 328dacf commit e7621d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flepimop/gempyor_pkg/tests/seir/test_seir.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_constant_population_legacy_integration():

def test_constant_population_rk4jit_integration_fail():
with pytest.raises(
ValueError, match=rf"'{modinf.seir_config['integration']['method'].get()}' integration method only supports deterministic integration.*"
ValueError, match=r"'rk4.jit' integration method only supports deterministic integration.*"
):
config.set_file(f"{DATA_DIR}/config.yml")

Expand Down

0 comments on commit e7621d9

Please sign in to comment.