7 views
Example failure ``` + /users/lessig/.local/bin/uv run /capstor/store/cscs/userlab/ch17/slurm/slurm_weathergen_p7p9kzy5_dir/WeatherGenerator-private/hpc/upload_experiment.py --run-id p7p9kzy5 --model no Installed 78 packages in 5.92s 2025-11-09 15:25:55,689 - __main__ - INFO - Using certificate path: 2025-11-09 15:25:55,691 - __main__ - INFO - Using private configuration file /capstor/store/cscs/userlab/ch17/slurm/slurm_weathergen_p7p9kzy5_dir/WeatherGenerator-private/hpc/santis/config/paths.yml from the platform-env module 2025-11-09 15:25:55,691 - __main__ - INFO - Reading private configuration file /capstor/store/cscs/userlab/ch17/slurm/slurm_weathergen_p7p9kzy5_dir/WeatherGenerator-private/hpc/santis/config/paths.yml 2025-11-09 15:25:55,708 - __main__ - INFO - Using output path /capstor/store/cscs/userlab/ch17/slurm/slurm_weathergen_p7p9kzy5_dir/WeatherGenerator Traceback (most recent call last): File "/capstor/store/cscs/userlab/ch17/slurm/slurm_weathergen_p7p9kzy5_dir/WeatherGenerator-private/hpc/upload_experiment.py", line 231, in <module> mlflow_upload.upload_mlflow( File "/capstor/store/cscs/userlab/ch17/slurm/slurm_weathergen_p7p9kzy5_dir/WeatherGenerator-private/hpc/mlflow_upload.py", line 122, in upload_mlflow all_metrics = [(phase, _get_metrics(metrics_path, phase)) for phase in phases] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/capstor/store/cscs/userlab/ch17/slurm/slurm_weathergen_p7p9kzy5_dir/WeatherGenerator-private/hpc/mlflow_upload.py", line 28, in _get_metrics with open(metrics_path, "r") as f: ^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/capstor/store/cscs/userlab/ch17/slurm/slurm_weathergen_p7p9kzy5_dir/WeatherGenerator/results/p7p9kzy5/p7p9kzy5_train_metrics.json' ```