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 Dec 15, 2023
1 parent a05eb73 commit 5dbd949
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/data/small_toy_data/generate_small_toy_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
recording.set_property("inter_sample_shift", np.arange(16) * 0.0001)

# for consistency with spikeglx dataset TODO this is a hack
recording._main_ids = np.array(
[f"imec0.ap#AP{i}" for i in range(num_channels)]
)
recording._main_ids = np.array([f"imec0.ap#AP{i}" for i in range(num_channels)])

recording = spre.scale(recording, gain=50, offset=20)

Expand Down

0 comments on commit 5dbd949

Please sign in to comment.