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
Traceback (most recent call last):
File "icenet/plot_paper_figures.py", line 113, in <module>
sie_errors_df = pd.read_csv(os.path.join(config.data_folder, 'sea_ice_outlook_errors.csv'), comment='#')
FileNotFoundError: [Errno 2] No such file or directory: 'data/sea_ice_outlook_errors.csv'
Hello @tom-andersson and @JimCircadian
When I run the final plotting programm,there is an error report missing file
I searched the project code file but could not find code that generate or download sea_ice_outlook_errors.csv
I have followed the steps in the readme file,in order to save time I omitted the step of executing the permute-and-predict method, but it does not affect the download or generation of the file sea_ice_outlook_errors.csv. All the previous steps are successfully executed without any error.
I am wondering how is this file downloaded or generated?
Or if I missed or did something wrong
Thank you
The text was updated successfully, but these errors were encountered:
Hello @tom-andersson and @JimCircadian
When I run the final plotting programm,there is an error report missing file
I searched the project code file but could not find code that generate or download sea_ice_outlook_errors.csv
I have followed the steps in the readme file,in order to save time I omitted the step of executing the permute-and-predict method, but it does not affect the download or generation of the file sea_ice_outlook_errors.csv. All the previous steps are successfully executed without any error.
I am wondering how is this file downloaded or generated?
Or if I missed or did something wrong
Thank you
The text was updated successfully, but these errors were encountered: