Skip to content

Commit

Permalink
removed temporal alignment mixin bc get_timestamp methods arent imple…
Browse files Browse the repository at this point in the history
…mented
  • Loading branch information
pauladkisson committed Nov 14, 2024
1 parent 2ed8bd1 commit 8f03e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_on_data/behavior/test_behavior_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ class TestFicTracDataInterfaceTiming(TemporalAlignmentMixin):
platform == "darwin" and python_version < version.parse("3.10"),
reason="interface not supported on macOS with Python < 3.10",
)
class TestDeepLabCutInterface(DataInterfaceTestMixin, TemporalAlignmentMixin):
class TestDeepLabCutInterface(DataInterfaceTestMixin):
data_interface_cls = DeepLabCutInterface
interface_kwargs = dict(
file_path=str(
Expand Down Expand Up @@ -420,7 +420,7 @@ def check_read_nwb(self, nwbfile_path: str):
platform == "darwin" and python_version < version.parse("3.10"),
reason="interface not supported on macOS with Python < 3.10",
)
class TestDeepLabCutInterfaceSetTimestamps(DataInterfaceTestMixin, TemporalAlignmentMixin):
class TestDeepLabCutInterfaceSetTimestamps(DataInterfaceTestMixin):
data_interface_cls = DeepLabCutInterface
interface_kwargs = dict(
file_path=str(
Expand Down

0 comments on commit 8f03e28

Please sign in to comment.