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
On line 724 of ts_library.py (rotation of time series, creation of rotation matrix).
we should check if angle =270 and not assume that if it's not 90, it's 270.
If it's not 90 or not 270, the process should stop and return an error. This is not a common case, but there are a few datasets with errors in the sensor orientations. This test would check for that.
The text was updated successfully, but these errors were encountered:
On line 724 of ts_library.py (rotation of time series, creation of rotation matrix).
we should check if angle =270 and not assume that if it's not 90, it's 270.
If it's not 90 or not 270, the process should stop and return an error. This is not a common case, but there are a few datasets with errors in the sensor orientations. This test would check for that.
The text was updated successfully, but these errors were encountered: