Closed mariusbarth closed 1 year ago
All modified lines are covered by tests :white_check_mark:
Comparison is base (
5563e2c
) 82.04% compared to head (ad0997b
) 82.03%. Report is 7 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I think the only necessary condition for
add_mse()
to work is that its first argument inherits from classdata.frame
, so this is exactly what we are checking here, now.Question: Why not use
validate(x, check_class = "data.frame")
? Answer: "Error in validate(object, check_class = "data.frame"): ..." is not as informative as "Error in add_mse(object): ...".