You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cropped data should be output to a location within /datadrive/output
Actual behaviour
The pipeline errors with the following error:
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/vmfileshare/ClimateData/CPM-365/andys-two-gdal-step-approach/resample'
(See /datadrive/clim-recal-results/group_run_2024-09-19-17-44/logs/log_1980.txt for a full example)
Temporary workaround
There is a temporary workaround in this commit 16da6d3
However, this merely changes the value of the hardcoded path, rather than the fact that it is hardcoded
The text was updated successfully, but these errors were encountered:
How to reproduce:
clim-recal \ --hads-input-path /datadrive/hads_data \ --cpm-input-path /datadrive/cpm_data \ --output-path /datadrive/output \ --execute"
Expected behaviour
The cropped data should be output to a location within
/datadrive/output
Actual behaviour
The pipeline errors with the following error:
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/vmfileshare/ClimateData/CPM-365/andys-two-gdal-step-approach/resample'
(See
/datadrive/clim-recal-results/group_run_2024-09-19-17-44/logs/log_1980.txt
for a full example)Temporary workaround
There is a temporary workaround in this commit
16da6d3
However, this merely changes the value of the hardcoded path, rather than the fact that it is hardcoded
The text was updated successfully, but these errors were encountered: