Skip to content

Commit

Permalink
use new container that has OMv1.22.1, MBLv10, and MSLv4
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Dec 22, 2023
1 parent 5ece6ba commit 6059047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geojson_modelica_translator/modelica/modelica_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def _subprocess_call_to_docker(self, run_path: Union[str, Path], action: str) ->
os.chdir(run_path)
stdout_log = open('stdout.log', 'w')
model_name = os.path.split(str(run_path))[-1]
image_name = 'nrel/gmt-om-runner'
image_name = 'nrel/gmt-om-runner:v1.22.1'
mo_script = 'compile_fmu' if action == 'compile' else 'simulate'
try:
# create the command to call the open modelica compiler inside the docker image
Expand Down

0 comments on commit 6059047

Please sign in to comment.