From 50a1aab4eb9be7930b6825dfb6872909881c3076 Mon Sep 17 00:00:00 2001 From: bjhardcastle Date: Fri, 8 Mar 2024 14:57:13 -0800 Subject: [PATCH] Remove ImageMVR from DR experiments --- src/np_workflows/shared/base_experiments.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/np_workflows/shared/base_experiments.py b/src/np_workflows/shared/base_experiments.py index d71b478..daffe0e 100644 --- a/src/np_workflows/shared/base_experiments.py +++ b/src/np_workflows/shared/base_experiments.py @@ -538,7 +538,6 @@ def task_name(self, task_name: str) -> None: services = ( np_services.Sync, np_services.VideoMVR, - np_services.ImageMVR, np_services.OpenEphys, np_services.NewScaleCoordinateRecorder, np_services.ScriptCamstim,