Skip to content

Commit

Permalink
Add explanation of length 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter N. Steinmetz authored and Peter N. Steinmetz committed Sep 20, 2024
1 parent f07d58b commit 214f3a0
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 @@ -369,7 +369,7 @@ def test_no_date_time(self):

hdr = NlxHeader(filename, props_only=True)

self.assertEqual(len(hdr), 11)
self.assertEqual(len(hdr), 11) # 9 properties plus channel_ids and channel_names
self.assertEqual(hdr['ApplicationName'], 'Pegasus')
self.assertEqual(hdr['FileType'], 'Event')

Expand Down

0 comments on commit 214f3a0

Please sign in to comment.