Skip to content

Commit 7428911

Browse files
committed
ROLLME
1 parent 371fd79 commit 7428911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_examples/test_sir_python.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import pytest
2121

2222
try:
23-
from examples.models.sir.sir_python import SIR, SIR_w_breaks
23+
from examples.models.sir.sir_python import SIR
2424
except ModuleNotFoundError as e:
2525
pytest.skip(
2626
f"skipping tests for SIR python models, reason: {e!s}",

0 commit comments

Comments
 (0)