Skip to content

Commit 4b59ea7

Browse files
committed
??? use ModelicaSystemOMC in ./tests
1 parent 401526c commit 4b59ea7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_ModelicaSystemDoE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def test_ModelicaSystemDoE_local(tmp_path, model_doe, param_doe):
5555
tmpdir = tmp_path / 'DoE'
5656
tmpdir.mkdir(exist_ok=True)
5757

58-
mod = OMPython.ModelicaSystem()
58+
mod = OMPython.ModelicaSystemOMC()
5959
mod.model(
6060
model_file=model_doe,
6161
model_name="M",

tests/test_ModelicaSystemRunner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def param():
4747

4848
def test_ModelicaSystemRunner(model_firstorder, param):
4949
# create a model using ModelicaSystem
50-
mod = OMPython.ModelicaSystem()
50+
mod = OMPython.ModelicaSystemOMC()
5151
mod.model(
5252
model_file=model_firstorder,
5353
model_name="M",

0 commit comments

Comments
 (0)