Skip to content

Commit df25a4a

Browse files
authored
trigger build new Northeastern models
Adding two new models to the ensemble visualization
1 parent cab6c0a commit df25a4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/upload-retro-to-zoltar/upload-all-forecasts-to-zoltar.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
directory = 'master'
1616
cdc_project_name = 'TEST cdc flusight network'
1717

18+
# for loop to find all csvs in forecasts
1819
for first_path in glob.iglob(my_path + '**/**/', recursive=False):
1920
for csv_file in glob.iglob(first_path + '*.csv', recursive=False):
2021

0 commit comments

Comments
 (0)