Closed Ddelval closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
c40e372
) 85.77% compared to head (99906d8
) 85.77%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
As the documention specifies, axis can be either None or 0. Currently, if 0 is given as the axis, a mypy error is raised since the function signature only accepts a None axis.