We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371fd79 commit 7428911Copy full SHA for 7428911
tests/test_examples/test_sir_python.py
@@ -20,7 +20,7 @@
20
import pytest
21
22
try:
23
- from examples.models.sir.sir_python import SIR, SIR_w_breaks
+ from examples.models.sir.sir_python import SIR
24
except ModuleNotFoundError as e:
25
pytest.skip(
26
f"skipping tests for SIR python models, reason: {e!s}",
0 commit comments