You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tomvanmele the current implementation coerces strint and float as an argument.
this screams for a refactor with typing.overload which was introduced in py 3.5.
implementing type specific versions of the function is much cleaner IMO.
this could be a nice segue to introduce overload
that would indeed be very nice, but unfortunately, COMPAS 2.x still has to maintain compatibility with IronPython. once we start COMPAS 3 (which will be soon), we can start using this kind of mechanism...
Describe the bug
As titled.
To Reproduce
The text was updated successfully, but these errors were encountered: