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] Update submodule #93

Merged
merged 8 commits into from
Jun 30, 2023
Merged

[FIX] Update submodule #93

merged 8 commits into from
Jun 30, 2023

Conversation

adam2392
Copy link
Collaborator

Before submitting

  • I've read and followed all steps in the Making a pull request
    section of the CONTRIBUTING docs.
  • I've updated or added any relevant docstrings following the syntax described in the
    Writing docstrings section of the CONTRIBUTING docs.
  • If this PR fixes a bug, I've added a test that will fail without my fix.
  • If this PR adds a new feature, I've added tests that sufficiently cover my new functionality.

After submitting

  • All GitHub Actions jobs for my pull request have passed.

Signed-off-by: Adam Li <adam2392@gmail.com>
Signed-off-by: Adam Li <adam2392@gmail.com>
Signed-off-by: Adam Li <adam2392@gmail.com>
Signed-off-by: Adam Li <adam2392@gmail.com>
Signed-off-by: Adam Li <adam2392@gmail.com>
Signed-off-by: Adam Li <adam2392@gmail.com>
Signed-off-by: Adam Li <adam2392@gmail.com>
Signed-off-by: Adam Li <adam2392@gmail.com>
@codecov
Copy link

codecov bot commented Jun 30, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.48 🎉

Comparison is base (7eb96e6) 86.33% compared to head (efa5708) 86.81%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #93      +/-   ##
==========================================
+ Coverage   86.33%   86.81%   +0.48%     
==========================================
  Files          24       24              
  Lines        1924     1919       -5     
==========================================
+ Hits         1661     1666       +5     
+ Misses        263      253      -10     
Impacted Files Coverage Δ
sktree/ensemble/_supervised_forest.py 100.00% <ø> (ø)
sktree/tree/_marginalize.py 76.74% <ø> (ø)
sktree/tree/tests/test_honest_tree.py 100.00% <ø> (ø)
sktree/ensemble/_honest_forest.py 97.14% <100.00%> (+1.36%) ⬆️
sktree/tests/test_honest_forest.py 100.00% <100.00%> (ø)
sktree/tree/_honest_tree.py 100.00% <100.00%> (+8.03%) ⬆️

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@adam2392 adam2392 merged commit d03603f into main Jun 30, 2023
22 checks passed
@adam2392 adam2392 deleted the update branch June 30, 2023 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant