-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker #10
Docker #10
Conversation
# Conflicts: # src/cloudcasting_app/app.py
out_dir = os.environ["OUTPUT_PREDICTION_DIRECTORY"] | ||
|
||
latest_zarr_path = f"{out_dir}/latest.zarr" | ||
t0_string_zarr_path = t0.strftime(f"{out_dir}/%Y-%m-%dT%H:%M.zarr") | ||
|
||
fs, _ = fsspec.core.url_to_fs(out_dir) | ||
fs = fsspec.open(out_dir).fs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did this change solve something? I thought the old one was cleaner
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, for some reason that didn't work. Perhaps something to check in the future. It might have done, i just mvoed it back to something i know it definately works
Pull Request
Description
How Has This Been Tested?
ran in AWS and it worked
Yes
Checklist: