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
According to SCHEMA.md, the TrackStatus column should be int type. In reality, it is a mix of int and float type. This has not caused any issue yet because the data is standardized in visualization.py via _correct_dtype before it is used anywhere.
Todos:
Rewrite preprocessing pipeline so TrackStatus is always int
Reprocess existing data
Update _correct_dtype to reflect the change
The text was updated successfully, but these errors were encountered:
According to
SCHEMA.md
, theTrackStatus
column should be int type. In reality, it is a mix of int and float type. This has not caused any issue yet because the data is standardized invisualization.py
via_correct_dtype
before it is used anywhere.Todos:
TrackStatus
is always int_correct_dtype
to reflect the changeThe text was updated successfully, but these errors were encountered: