Skip to content

Commit

Permalink
CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
luca7084 committed Jul 21, 2023
1 parent 33e151c commit 5192d16
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Binary file modified rocket_twin/systems/control/controller/controller.fmu
Binary file not shown.
7 changes: 2 additions & 5 deletions rocket_twin/systems/control/controller_fmu.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ def create_fmu(self, model_path, model_name):
fmu = mod.convertMo2Fmu()
for filename in os.listdir(fmu_path):
if filename != (model_name + ".fmu"):
try:
os.remove(filename)
except IsADirectoryError:
pass

os.remove(filename)

return fmu
Binary file not shown.

0 comments on commit 5192d16

Please sign in to comment.