Closed R-Palazzo closed 1 year ago
Patch coverage: 83.33
% and project coverage change: +0.22
:tada:
Comparison is base (
016e6c7
) 75.94% compared to head (c8e6cbf
) 76.16%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Resolve #355
I just have some questions:
progress_bar
parameter? Should it have a default value? I puttqdm.tqdm
as default value (what is done for the reports I think)metric
attribute for the computation, but we maybe need it at another time.Also, I think
validate_single_table_inputs
that is insdmetrics.reports.utils
could be modified to better validate thedata
andmetadata
. We can define a validation method insideBaseSingleTableProperty
maybe.