We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8059a2e commit e9361daCopy full SHA for e9361da
tests/test_fullsim_regression.py
@@ -6,7 +6,7 @@
6
from muse.examples import AVAILABLE_EXAMPLES
7
8
# temporary skip for default_new_input as this is not yet working
9
-AVAILABLE_EXAMPLES.pop("default_new_input")
+AVAILABLE_EXAMPLES.remove("default_new_input")
10
11
12
@mark.regression
0 commit comments