We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825c9b1 commit 323a834Copy full SHA for 323a834
1 file changed
tests/test_fullsim_regression.py
@@ -3,8 +3,9 @@
3
from muse.examples import available_examples
4
from pytest import mark
5
6
+# hack to skip regression tests for new input schema
7
MODELS = available_examples()
-MODELS.pop("default_new_input")
8
+MODELS.pop(MODELS.index("default_new_input"))
9
10
11
@mark.usefixtures("save_timeslice_globals")
0 commit comments