Skip to content

Commit

Permalink
update comps id filename
Browse files Browse the repository at this point in the history
  • Loading branch information
YeChen-IDM committed May 31, 2022
1 parent 8bd0b25 commit ff978ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulations/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def get_comps_id_filename(site: str, level: int = 0):
elif level == 2:
return folder_name + site + '_analyzers'
else:
return folder_name + site + '_done'
return folder_name + site + '_download'


def load_coordinator_df(characteristic=False, set_index=True):
Expand Down

0 comments on commit ff978ce

Please sign in to comment.