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 7c899cc commit 6e93f50Copy full SHA for 6e93f50
neo/rawio/rawbinarysignalrawio.py
@@ -89,7 +89,7 @@ def _parse_header(self):
89
self._buffer_descriptions[0][0][buffer_id] = {
90
"type": "raw",
91
"file_path": str(self.filename),
92
- "dtype": "uint16",
+ "dtype": self.dtype,
93
"order": "C",
94
"file_offset": self.bytesoffset,
95
"shape": shape,
0 commit comments