-
Notifications
You must be signed in to change notification settings - Fork 54
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
Bugs/1336 NumPy-backward compatibility of statistics tests #1337
Conversation
* Support latest PyTorch release * add checklist to PR description * add pytorch 2.0 to list * Support latest PyTorch release (#1311) Co-authored-by: mtar <mtar@users.noreply.github.com> * activate carry forward flag * start pr test only on path heat/** * update test environment settings * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * skip sparse test mul * read envar for skipping --------- Co-authored-by: ClaudiaComito <ClaudiaComito@users.noreply.github.com> Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mtar <mtar@users.noreply.github.com> Co-authored-by: Michael Tarnawa <m.tarnawa@fz-juelich.de> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…bility is ensured
Thank you for the PR! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1337 +/- ##
==========================================
- Coverage 91.84% 91.75% -0.09%
==========================================
Files 79 79
Lines 11464 11502 +38
==========================================
+ Hits 10529 10554 +25
- Misses 935 948 +13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much!
resolves #1336
Background: the changes in #1315 let our tests fail on old numpy versions