jgerstmayr / EXUDYN

Multibody Dynamics Simulation: Rigid and flexible multibody systems
https://www.youtube.com/channel/UCsQD2bIPBXB_4J23WtqKkVw/playlists
Other
173 stars 23 forks source link

Type hints in GetSensorValues #61

Closed ManuelZ closed 7 months ago

ManuelZ commented 7 months ago

The type hints in GetSensorValues say that the second argument (configuration) is required, but it really isn't, as it has a default value of ConfigurationType::Current.

jgerstmayr commented 7 months ago

you are totally right. This happened due to automatic conversion of interfaces to .pyi files. This is fixed in version 1.8.14.

Thanks a lot!