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 d60b383 commit 1365d8fCopy full SHA for 1365d8f
src/trodes_to_nwb/tests/test_convert.py
@@ -43,7 +43,7 @@ def test_get_file_info():
43
44
def test_get_included_device_metadata_paths():
45
probes = list(get_included_device_metadata_paths())
46
- assert len(probes) == 16
+ assert len(probes) == 19
47
assert all([probe.exists() for probe in probes])
48
49
0 commit comments