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 ede2e73 commit 5710acfCopy full SHA for 5710acf
neo/io/nwbio.py
@@ -495,7 +495,7 @@ def _write_block(self, block):
495
if segment.block is not block:
496
raise TypeError(f"segment.block must be block it is {segment.block}")
497
if not segment.name:
498
- segment.name = f"{block.name} : segment{i}"
+ segment.name = f"{block.name} segment{i}"
499
self._write_segment(self._nwbfile, segment, electrodes)
500
self.blocks_written += 1
501
0 commit comments