Skip to content

Commit b819f5c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c7b7796 commit b819f5c

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

tests/data/openephys/OE_OneBox-NP2014-binary/Record_Node_101/experiment1/recording1/structure.oebin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7845,4 +7845,4 @@
78457845
}
78467846
],
78477847
"spikes": []
7848-
}
7848+
}

tests/data/openephys/OE_OneBox-NP2014-binary/Record_Node_101/settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,4 +533,4 @@
533533
<COLOR ID="807" R="0" G="0" B="0" />
534534
</PROCESSORLIST>
535535
<UICOMPONENT isProcessorListOpen="1" isEditorViewportOpen="1" />
536-
</SETTINGS>
536+
</SETTINGS>

tests/test_io/test_openephys.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -677,14 +677,7 @@ def test_read_openephys_onebox_nonsequential_wiring():
677677
have sequential order where identity wiring is accidentally correct.
678678
"""
679679
settings = data_path / "OE_OneBox-NP2014-binary" / "Record_Node_101" / "settings.xml"
680-
oebin = (
681-
data_path
682-
/ "OE_OneBox-NP2014-binary"
683-
/ "Record_Node_101"
684-
/ "experiment1"
685-
/ "recording1"
686-
/ "structure.oebin"
687-
)
680+
oebin = data_path / "OE_OneBox-NP2014-binary" / "Record_Node_101" / "experiment1" / "recording1" / "structure.oebin"
688681
stream_name = "OneBox-111.ProbeA"
689682

690683
probe = read_openephys(settings, stream_name=stream_name, oebin_file=oebin)

0 commit comments

Comments
 (0)