LSSTDESC / rail_base

Base classes for RAIL
MIT License
0 stars 1 forks source link

remove the bit that overwrite limits for evaluators #115

Closed ztq1996 closed 1 month ago

ztq1996 commented 1 month ago

The line deleted will overwrite the limits set in the metric_dict to the default (0.0, 3.0). This is causing a failure in the smoke test.

Code Quality

ztq1996 commented 1 month ago

That makes sense, I have made corresponding changes