Skip to content

Commit

Permalink
adapt to new construct
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Jan 28, 2025
1 parent 6bf8733 commit 2be4fd7
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 @@ -141,7 +141,7 @@ def _check_image_series_dimension(self):
is provided. Otherwise, this function calls the parent class' _check_time_series_dimension method.
"""
if self.external_file is not None:
return True
return
return super()._check_time_series_dimension()

def _check_external_file_starting_frame_length(self):
Expand Down

0 comments on commit 2be4fd7

Please sign in to comment.