Commit 5511f04a authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent f834e7cd
...@@ -255,7 +255,6 @@ class Dispatcher: ...@@ -255,7 +255,6 @@ class Dispatcher:
"obs_type", "obs_type",
"obs_group", "obs_group",
"obs_id", "obs_id",
"n_frame",
], ],
plan_basis, plan_basis,
keys=[ keys=[
...@@ -603,6 +602,9 @@ class Dispatcher: ...@@ -603,6 +602,9 @@ class Dispatcher:
) )
return task_list return task_list
def dispatch_obsgroup_detector(self):
pass
@staticmethod @staticmethod
def load_test_data() -> tuple: def load_test_data() -> tuple:
import joblib import joblib
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment