Skip to content

Commit 8d20798

Browse files
authored
Merge branch 'master' into fix_black_rock_1
2 parents 2c2285e + a1ac529 commit 8d20798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

neo/rawio/rawbinarysignalrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def _parse_header(self):
8989
self._buffer_descriptions[0][0][buffer_id] = {
9090
"type": "raw",
9191
"file_path": str(self.filename),
92-
"dtype": "uint16",
92+
"dtype": self.dtype,
9393
"order": "C",
9494
"file_offset": self.bytesoffset,
9595
"shape": shape,

0 commit comments

Comments
 (0)