Skip to content

Commit 3471305

Browse files
authored
Merge pull request NeuralEnsemble#1722 from NeuralEnsemble/black-formatting
Black formatting
2 parents ab821e7 + 56b72dd commit 3471305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/blackrockrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ def _parse_header(self):
607607
st_ann["unit_classification"] = "noise"
608608
else: # 17-254 are reserved
609609
st_ann["unit_classification"] = "reserved"
610-
st_ann['unit_tag'] = st_ann['unit_classification']
610+
st_ann["unit_tag"] = st_ann["unit_classification"]
611611
st_ann["description"] = f"SpikeTrain channel_id: {channel_id}, unit_id: {unit_id}"
612612
st_ann["file_origin"] = self._filenames["nev"] + ".nev"
613613

0 commit comments

Comments
 (0)