From 8f03e28e9d73713ed80af599d1bd92c5753aa0a2 Mon Sep 17 00:00:00 2001 From: pauladkisson Date: Wed, 13 Nov 2024 16:51:24 -0800 Subject: [PATCH] removed temporal alignment mixin bc get_timestamp methods arent implemented --- tests/test_on_data/behavior/test_behavior_interfaces.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_on_data/behavior/test_behavior_interfaces.py b/tests/test_on_data/behavior/test_behavior_interfaces.py index 9fa399033..b43e65206 100644 --- a/tests/test_on_data/behavior/test_behavior_interfaces.py +++ b/tests/test_on_data/behavior/test_behavior_interfaces.py @@ -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( @@ -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(