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

Bugs/1336 NumPy-backward compatibility of statistics tests #1337

Merged
merged 3 commits into from
Feb 1, 2024

Conversation

mrfh92
Copy link
Collaborator

@mrfh92 mrfh92 commented Feb 1, 2024

resolves #1336

Background: the changes in #1315 let our tests fail on old numpy versions

github-actions bot and others added 3 commits January 31, 2024 10:21
* 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>
@ghost
Copy link

ghost commented Feb 1, 2024

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

Copy link
Contributor

github-actions bot commented Feb 1, 2024

Thank you for the PR!

Copy link

codecov bot commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ac7fc23) 91.84% compared to head (e434b25) 91.75%.
Report is 1 commits behind head on main.

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     
Flag Coverage Δ
unit 91.75% <ø> (-0.09%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Collaborator

@mtar mtar left a 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!

@mrfh92 mrfh92 changed the title Bugs/1336 bug bug in statistics Bugs/1336 NumPy-backward compatibility of statistics tests Feb 1, 2024
@mrfh92 mrfh92 merged commit 31d0752 into main Feb 1, 2024
52 checks passed
@mrfh92 mrfh92 deleted the bugs/1336-_Bug_Bug_in_statistics branch February 1, 2024 11:40
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]: Bug in tests of statistics
2 participants