Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 19, 2024
1 parent 6b2635a commit b3e9b8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pynwb/ndx_microscopy/testing/_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ def mock_VariableDepthMultiChannelMicroscopyVolume(
depth_per_frame_in_um
if depth_per_frame_in_um is not None
else np.linspace(start=0.0, stop=30.0, num=series_data.shape[0])

)

imaging_data = data if data is not None else np.ones(shape=(10, 20, 7, 3))
Expand Down

0 comments on commit b3e9b8d

Please sign in to comment.