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

Fixed smear3 to work with newer numpy versions #346

Conversation

jonbarker68
Copy link
Contributor

This should fix the problem that was causing some tests to fail with the newer numpy versions.

@jonbarker68 jonbarker68 linked an issue Sep 17, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Sep 17, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01% ⚠️

Comparison is base (e4656ec) 92.86% compared to head (752d230) 92.86%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #346      +/-   ##
==========================================
- Coverage   92.86%   92.86%   -0.01%     
==========================================
  Files          43       43              
  Lines        3924     3923       -1     
==========================================
- Hits         3644     3643       -1     
  Misses        280      280              
Files Changed Coverage Δ
clarity/evaluator/msbg/smearing.py 100.00% <100.00%> (ø)

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

@jonbarker68
Copy link
Contributor Author

@groadabike this fixes the numpy 1.25 and 1.26 issues

@groadabike
Copy link
Contributor

groadabike commented Sep 17, 2023 via email

Copy link

@Sunsunny11 Sunsunny11 left a comment

Choose a reason for hiding this comment

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

Thanks.

@jonbarker68 jonbarker68 added this pull request to the merge queue Sep 18, 2023
Merged via the queue into main with commit 8c195bf Sep 18, 2023
@jonbarker68 jonbarker68 deleted the 345-bug-smearer-tests-are-failing-when-using-numpy-125-or-later branch September 18, 2023 17:19
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.

[BUG] smearer tests are failing when using numpy 1.25 or later
3 participants