LSSTDESC / rail_base

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

WIP - Per-input evaluator classes #74

Closed drewoldag closed 4 months ago

drewoldag commented 9 months ago

WIP PR

Problem & Solution Description (including issue #)

This addresses issue #14 Initial commit is a scaffolding commit for pdf-vs-pdf evaluator, with a goal to use this as a template for the other types of evaluator classes.

Code Quality

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (fd13285) 97.17% compared to head (df3bf80) 97.17%. Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #74 +/- ## ======================================= Coverage 97.17% 97.17% ======================================= Files 32 32 Lines 1736 1736 ======================================= Hits 1687 1687 Misses 49 49 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

eacharles commented 4 months ago

This has been merged in #98 , closing this PR