We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c84959 + 6bc117c commit dd1b937Copy full SHA for dd1b937
nwbinspector/checks/behavior.py
@@ -13,7 +13,7 @@ def check_spatial_series_dims(spatial_series: SpatialSeries):
13
)
14
15
16
-@register_check(importance=Importance.BEST_PRACTICE_VIOLATION, neurodata_type=SpatialSeries)
+@register_check(importance=Importance.BEST_PRACTICE_VIOLATION, neurodata_type=CompassDirection)
17
def check_compass_direction_unit(compass_direction: CompassDirection):
18
for spatial_series in compass_direction.spatial_series.values():
19
if spatial_series.unit not in ("degrees", "radians"):
0 commit comments