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 3513c7f commit b6414b9Copy full SHA for b6414b9
tests/test_ModelicaSystem.py
@@ -96,7 +96,6 @@ def test_setSimulationOptions():
96
assert d["tolerance"] == "1.2e-08"
97
98
99
-@pytest.mark.skip("will fail / fix available")
100
def test_relative_path(model_firstorder):
101
cwd = pathlib.Path.cwd()
102
(fd, name) = tempfile.mkstemp(prefix='tmpOMPython.tests', dir=cwd, text=True)
0 commit comments