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

Automate inits #99

Merged
merged 6 commits into from
Nov 1, 2024
Merged

Automate inits #99

merged 6 commits into from
Nov 1, 2024

Conversation

levtelyatnikov
Copy link
Collaborator

Checklist

  • My pull request has a clear and explanatory title.
  • My pull request passes the Linting test.
  • I added appropriate unit tests and I made sure the code passes all unit tests. (refer to comment below)
  • My PR follows PEP8 guidelines. (refer to comment below)
  • My code is properly documented, using numpy docs conventions, and I made sure the documentation renders properly.
  • I linked to issues and PRs that are relevant to this PR.

Description

Issue

Additional context

@levtelyatnikov levtelyatnikov requested a review from gbg141 October 31, 2024 23:03
Copy link

codecov bot commented Oct 31, 2024

Codecov Report

Attention: Patch coverage is 96.47887% with 5 lines in your changes missing coverage. Please review.

Project coverage is 79.30%. Comparing base (bef0392) to head (0a4b711).
Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
...nchmarkx/transforms/data_manipulations/__init__.py 96.42% 1 Missing ⚠️
...benchmarkx/transforms/feature_liftings/__init__.py 96.77% 1 Missing ⚠️
...chmarkx/transforms/liftings/graph2cell/__init__.py 96.42% 1 Missing ⚠️
...x/transforms/liftings/graph2hypergraph/__init__.py 96.29% 1 Missing ⚠️
...x/transforms/liftings/graph2simplicial/__init__.py 96.29% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #99      +/-   ##
==========================================
+ Coverage   78.63%   79.30%   +0.66%     
==========================================
  Files         106      106              
  Lines        2785     2899     +114     
==========================================
+ Hits         2190     2299     +109     
- Misses        595      600       +5     

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

Copy link
Collaborator

@gbg141 gbg141 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great addition, thanks!

@gbg141 gbg141 merged commit 6b04c91 into main Nov 1, 2024
5 checks passed
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.

2 participants