Skip to content

Commit

Permalink
override
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Jan 28, 2025
1 parent 2be4fd7 commit f3021e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynwb/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def _check_time_series_dimension(self):
"""Override _check_time_series_dimension to do nothing.
The _check_image_series_dimension method will be called instead.
"""
return True
return

def _check_image_series_dimension(self):
"""Check that the 0th dimension of data equals the length of timestamps, when applicable.
Expand Down

0 comments on commit f3021e8

Please sign in to comment.