Skip to content

Commit fe719be

Browse files
committed
move autotrain database endpoint to the public folder under foraging_nwb_bonsai_processed (synced by my autotrain server on CO)
1 parent 1f00f8c commit fe719be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/util/aws_s3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)