We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e633c5 commit 1ed52bdCopy full SHA for 1ed52bd
neo/test/rawiotest/test_neuralynxrawio.py
@@ -229,7 +229,7 @@ def test_build_given_actual_frequency(self):
229
ncsBlocks.sampFreqUsed = 1 / (35e-6)
230
ncsBlocks.microsPerSampUsed = 35
231
232
- ncsBlocks = NcsSectionsFactory._buildNcsGeneric(data0, ncsBlocks.sampFreqUsed)
+ ncsBlocks = NcsSectionsFactory._buildNcsSections(data0, ncsBlocks.sampFreqUsed)
233
234
self.assertEqual(len(ncsBlocks.sects), 1)
235
self.assertEqual(ncsBlocks.sects[0].startRec, 0)
0 commit comments