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
In 0.13.2, some of the accessor methods on Calibration and MeasureCalibrationDefinition changed from being properties, to being methods that need to be called. However, the type stubs have not been updated to remove the @Property decorators from the type stubs. This misrepresents the API, and raise unnecessary errors in downstream projects.
The text was updated successfully, but these errors were encountered:
In 0.13.2, some of the accessor methods on
Calibration
andMeasureCalibrationDefinition
changed from being properties, to being methods that need to be called. However, the type stubs have not been updated to remove the @Property decorators from the type stubs. This misrepresents the API, and raise unnecessary errors in downstream projects.The text was updated successfully, but these errors were encountered: