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

refactor: Don’t directly import numpy and add gen_types decorator #966

Merged
merged 22 commits into from
Nov 12, 2024

Merge branch 'main' into no_numpy

10f27b5
Select commit
Loading
Failed to load commit list.
Merged

refactor: Don’t directly import numpy and add gen_types decorator #966

Merge branch 'main' into no_numpy
10f27b5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 12, 2024 in 1s

87.24% (+0.09%) compared to 76c7981

View this Pull Request on Codecov

87.24% (+0.09%) compared to 76c7981

Details

Codecov Report

Attention: Patch coverage is 92.85714% with 4 lines in your changes missing coverage. Please review.

Project coverage is 87.24%. Comparing base (76c7981) to head (10f27b5).

Files with missing lines Patch % Lines
param/_utils.py 87.50% 2 Missing ⚠️
param/parameterized.py 96.29% 1 Missing ⚠️
param/parameters.py 92.30% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #966      +/-   ##
==========================================
+ Coverage   87.14%   87.24%   +0.09%     
==========================================
  Files           9        9              
  Lines        4926     4948      +22     
==========================================
+ Hits         4293     4317      +24     
+ Misses        633      631       -2     

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