Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix handling NaN values when fitting JS univariate drift #340

Merged
merged 7 commits into from
Nov 20, 2023

Deal with mypy overload issue

59ba73c
Select commit
Loading
Failed to load commit list.
Merged

Fix handling NaN values when fitting JS univariate drift #340

Deal with mypy overload issue
59ba73c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 20, 2023 in 1s

90.10% of diff hit (target 82.80%)

View this Pull Request on Codecov

90.10% of diff hit (target 82.80%)

Annotations

Check warning on line 538 in nannyml/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

nannyml/base.py#L538

Added line #L538 was not covered by tests

Check warning on line 542 in nannyml/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

nannyml/base.py#L542

Added line #L542 was not covered by tests

Check warning on line 557 in nannyml/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

nannyml/base.py#L557

Added line #L557 was not covered by tests

Check warning on line 292 in nannyml/drift/univariate/calculator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

nannyml/drift/univariate/calculator.py#L291-L292

Added lines #L291 - L292 were not covered by tests

Check warning on line 311 in nannyml/drift/univariate/calculator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

nannyml/drift/univariate/calculator.py#L310-L311

Added lines #L310 - L311 were not covered by tests