LSSTDESC / rail_base

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

Issue/120/check estimator columns #164

Open hangqianjun opened 2 months ago

hangqianjun commented 2 months ago

Problem & Solution Description (including issue #)

This PR addresses #120 and implement the check_columns function in tables_io into the rail base classes.

Code Quality

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 98.38%. Comparing base (30a570f) to head (ee912d9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #164 +/- ## ========================================== + Coverage 98.35% 98.38% +0.02% ========================================== Files 45 45 Lines 2497 2536 +39 ========================================== + Hits 2456 2495 +39 Misses 41 41 ```

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

hangqianjun commented 2 months ago

Some notes with the PR (and my confusions):