Skip to content

Commit

Permalink
update channel number to stop transpose warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Jul 3, 2024
1 parent 53d6cf4 commit 2298176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_ecephys.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def test_dimensions_warning(self):

def test_get_data_in_units(self):
samples = 100
channels = 2
channels = 5
conversion = 10.0
offset = 3.0
channel_conversion = np.random.rand(channels)
Expand Down

0 comments on commit 2298176

Please sign in to comment.