shaido987 / riskloc

Implementation of RiskLoc, a method for localizing multi-dimensional root causes.
MIT License
120 stars 21 forks source link

Fix: Update path in get_rs_anomaly to correctly locate anomaly.yaml #16

Closed jadwiga22 closed 3 months ago

jadwiga22 commented 4 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.

shaido987 commented 3 months ago

Thanks for the correction! I will merge this directly.