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.
2 parents a5964a2 + d4bf359 commit 4ac74b3Copy full SHA for 4ac74b3
tests/io/sqw/sqw_horace_test.py
@@ -34,6 +34,8 @@ def matlab() -> Any:
34
except RuntimeError as e:
35
if "No supported MATLAB" in e.args[0]:
36
pytest.skip("MATLAB is unavailable")
37
+ else:
38
+ raise
39
40
41
@pytest.fixture
0 commit comments