Closed jadwiga22 closed 3 months ago
This pull request includes a change in the get_rs_anomaly function in the utils/robustspot_data_utils.py file. The change modifies the path used to locate the 'anomaly.yaml' file, replacing run_directory with directory to properly locate the file.
get_rs_anomaly
utils/robustspot_data_utils.py
run_directory
directory
Thanks for the correction! I will merge this directly.
This pull request includes a change in the
get_rs_anomaly
function in theutils/robustspot_data_utils.py
file. The change modifies the path used to locate the 'anomaly.yaml' file, replacingrun_directory
withdirectory
to properly locate the file.