File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def load_auto_train():
6262 curriculum_manager = CurriculumManager (
6363 saved_curriculums_on_s3 = dict (
6464 bucket = 'aind-behavior-data' ,
65- root = 'foraging_auto_training/saved_curriculums/'
65+ root = 'foraging_nwb_bonsai_processed/ foraging_auto_training/saved_curriculums/'
6666 ),
6767 saved_curriculums_local = os .path .expanduser ('~/curriculum_manager/' ),
6868 )
@@ -72,7 +72,7 @@ def load_auto_train():
7272 root = 'foraging_nwb_bonsai_processed/' ,
7373 file_name = 'df_sessions.pkl' ),
7474 df_manager_root_on_s3 = dict (bucket = 'aind-behavior-data' ,
75- root = 'foraging_auto_training/' )
75+ root = 'foraging_nwb_bonsai_processed/ foraging_auto_training/' )
7676 )
7777
7878 _df = auto_train_manager .df_manager .copy ().rename (
You can’t perform that action at this time.
0 commit comments