CATIA-Systems / FMPy

Simulate Functional Mockup Units (FMUs) in Python
Other
429 stars 118 forks source link

Fix URL to Reference FMUs #635

Closed t-sommer closed 8 months ago

t-sommer commented 8 months ago

fixes #629

dietmarw commented 8 months ago

You forgot to update the checksum. So this will trigger errors if the checksum is checked.

t-sommer commented 8 months ago
$ wget https://github.com/modelica/Reference-FMUs/releases/download/v0.0.25/Reference-FMUs-0.0.25.zip
$ sha256sum Reference-FMUs-0.0.25.zip
62e1a89c7e05b67857e5ebb834502dc06466b04cd14065fd72b2af2e3c9aea8d  Reference-FMUs-0.0.25.zip
dietmarw commented 8 months ago

Ah I missed that you did not update to the latest version 0.0.27. Any reason for that?

t-sommer commented 8 months ago

For this demo the version makes no difference. The code will be moved to https://github.com/modelica/Modelica-FMI (currently private) soon.