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
Is there a reason why we are casting these values instead of annotating them as floats during initialization?
@property
def fx(self) -> float:
"""
Latest force in the x (medial/lateral) direction in Newtons.
If using the standard OSL setup, this is positive towards the user's right.
"""
return float(self.data[0])
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
Is there a reason why we are casting these values instead of annotating them as floats during initialization?
The text was updated successfully, but these errors were encountered: