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

[ENH] Fix failing unit tests #109

Merged
merged 20 commits into from
Aug 16, 2023

Try again

a647dbe
Select commit
Loading
Failed to load commit list.
Merged

[ENH] Fix failing unit tests #109

Try again
a647dbe
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 16, 2023 in 1s

86.52% (-0.30%) compared to 52bca43

View this Pull Request on Codecov

86.52% (-0.30%) compared to 52bca43

Details

Codecov Report

Patch coverage: 97.71% and project coverage change: -0.30% ⚠️

Comparison is base (52bca43) 86.81% compared to head (a647dbe) 86.52%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #109      +/-   ##
==========================================
- Coverage   86.81%   86.52%   -0.30%     
==========================================
  Files          24       26       +2     
  Lines        1919     2063     +144     
==========================================
+ Hits         1666     1785     +119     
- Misses        253      278      +25     
Files Changed Coverage Δ
sktree/ensemble/_supervised_forest.py 100.00% <ø> (ø)
sktree/ensemble/_honest_forest.py 91.46% <61.53%> (-5.68%) ⬇️
sktree/__init__.py 80.00% <100.00%> (+0.83%) ⬆️
sktree/tests/test_honest_forest.py 100.00% <100.00%> (ø)
sktree/tree/_classes.py 74.93% <100.00%> (-1.45%) ⬇️
sktree/tree/_honest_tree.py 100.00% <100.00%> (ø)
sktree/tree/tests/test_all_trees.py 100.00% <100.00%> (ø)
sktree/tree/tests/test_honest_tree.py 100.00% <100.00%> (ø)
sktree/tree/tests/test_tree.py 99.48% <100.00%> (-0.16%) ⬇️
sktree/tree/tests/test_unsupervised_tree.py 100.00% <100.00%> (ø)
... and 1 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.