Skip to content

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Mar 6, 2024
1 parent 8e633c5 commit 1ed52bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/test/rawiotest/test_neuralynxrawio.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def test_build_given_actual_frequency(self):
ncsBlocks.sampFreqUsed = 1 / (35e-6)
ncsBlocks.microsPerSampUsed = 35

ncsBlocks = NcsSectionsFactory._buildNcsGeneric(data0, ncsBlocks.sampFreqUsed)
ncsBlocks = NcsSectionsFactory._buildNcsSections(data0, ncsBlocks.sampFreqUsed)

self.assertEqual(len(ncsBlocks.sects), 1)
self.assertEqual(ncsBlocks.sects[0].startRec, 0)
Expand Down

0 comments on commit 1ed52bd

Please sign in to comment.