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

Updated all np.product calls to np.prod #5493

Merged
merged 9 commits into from
Sep 21, 2023

Merge branch 'main' into no-warning-tests

0b23152
Select commit
Loading
Failed to load commit list.
Merged

Updated all np.product calls to np.prod #5493

Merge branch 'main' into no-warning-tests
0b23152
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 21, 2023 in 1s

89.37% (+0.00%) compared to 10cec69

View this Pull Request on Codecov

89.37% (+0.00%) compared to 10cec69

Details

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (10cec69) 89.37% compared to head (0b23152) 89.37%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5493   +/-   ##
=======================================
  Coverage   89.37%   89.37%           
=======================================
  Files          89       89           
  Lines       22446    22446           
  Branches     5387     5387           
=======================================
  Hits        20061    20061           
  Misses       1639     1639           
  Partials      746      746           
Files Changed Coverage Δ
...is/fileformats/_structured_array_identification.py 91.39% <100.00%> (ø)
lib/iris/pandas.py 95.14% <100.00%> (ø)

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