Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
removed test for old format
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Jul 1, 2022
1 parent 58a2df1 commit 5413d32
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_on_data/test_gin_ecephys.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@ class TestConverter(NWBConverter):
data_interface=AxonaRecordingExtractorInterface,
interface_kwargs=dict(file_path=str(DATA_PATH / "axona" / "axona_raw.bin")),
),
param(
data_interface=CEDRecordingInterface,
interface_kwargs=dict(file_path=str(DATA_PATH / "spike2" / "130322-1LY.smr")),
case_name="smr",
),
param(
data_interface=CEDRecordingInterface,
interface_kwargs=dict(file_path=str(DATA_PATH / "spike2" / "m365_1sec.smrx")),
Expand Down

0 comments on commit 5413d32

Please sign in to comment.