Skip to content

Commit

Permalink
Set remote_platform
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Dec 13, 2024
1 parent 7620609 commit d9bf80a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fmpy/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,8 @@ def simulate_fmu(filename,

if not can_sim:
raise Exception(f"The FMU cannot be simulated on the current platform ({platform}).")
else:
remote_platform = None

if model_description is None:
model_description = read_model_description(filename, validate=validate)
Expand Down

0 comments on commit d9bf80a

Please sign in to comment.