We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4578a3c commit a07719dCopy full SHA for a07719d
1 file changed
tests/test_ModelicaSystem.py
@@ -112,7 +112,6 @@ def test_setSimulationOptions():
112
assert d["tolerance"] == "1.2e-08"
113
114
115
-@pytest.mark.skip("will fail / fix available")
116
def test_relative_path(model_firstorder):
117
cwd = pathlib.Path.cwd()
118
(fd, name) = tempfile.mkstemp(prefix='tmpOMPython.tests', dir=cwd, text=True)
0 commit comments