CATIA-Systems / FMPy

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

Broken URL reference to Reference FMUs breaks build process #629

Closed dietmarw closed 8 months ago

dietmarw commented 9 months ago

I'm working on a nix flake for building FMPy and the build process was unable to fetch the reference FMUs which is not surprising given that he hard-coded url contains conflicting version numbers. Would be nice to get this fixed.

https://github.com/CATIA-Systems/FMPy/blob/8945636e85f09e6267b2b4ee101b99c81982530a/fmpy/modelica/__init__.py#L7

dietmarw commented 9 months ago

I know you do not accept PRs but my suggested fix would look something like this: https://github.com/dietmarw/FMPy/compare/master...v0.3.19+url