We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a42a7 commit c32f4eeCopy full SHA for c32f4ee
1 file changed
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