Skip to content

Commit e3bf3f8

Browse files
committed
??? fix
1 parent 5af506b commit e3bf3f8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

OMPython/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
'OMCSession',
7979
'OMCSessionDocker',
8080
'OMCSessionDockerContainer',
81-
'OMCSessionDummy',
8281
'OMCSessionLocal',
8382
'OMCSessionPort',
8483
'OMCSessionWSL',

tests/test_ModelicaSystemRunner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_runner(model_firstorder, param):
4949
_run_simulation(mod=mod, resultfile=resultfile_mod, param=param)
5050

5151
# run the model using only the runner class
52-
omcs = OMPython.OMCSessionDummy(
52+
omcs = OMPython.SessionRunner(
5353
version=mod.get_session().get_version(),
5454
)
5555
modr = OMPython.ModelicaSystemRunner(

0 commit comments

Comments
 (0)