Skip to content

Commit

Permalink
updating cfa_azure, fixing a new keyword argument in upload_files_in_…
Browse files Browse the repository at this point in the history
…folder (#254)
  • Loading branch information
arik-shurygin authored Sep 27, 2024
1 parent cf407f5 commit 336a1c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/mechanistic_azure/azure_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def _upload_experiment_to_blob(self):
self.azure_client.upload_files_in_folder(
[self.experiment_path_local],
"scenarios-mechanistic-input",
location=self.experiment_path_blob,
location_in_blob=self.experiment_path_blob,
)

def launch_states(self, depend_on_task_ids: list[str] = None) -> list[str]:
Expand Down

0 comments on commit 336a1c4

Please sign in to comment.