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 d35ff79 commit a9ed90aCopy full SHA for a9ed90a
ibllib/ephys/np2_converter.py
@@ -75,7 +75,7 @@ def check_metadata(self):
75
been split into shanks. If we are sets flag and prevents further processing occurring
76
:return:
77
"""
78
- if self.sr.meta.get(f'{self.np_version}_shank', None):
+ if self.sr.meta.get(f'{self.np_version}_shank', None) is not None:
79
self.already_processed = True
80
else:
81
self.already_processed = False
0 commit comments