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

[Bug]: Bug in tests of statistics #1336

Closed
mrfh92 opened this issue Feb 1, 2024 · 1 comment · Fixed by #1337
Closed

[Bug]: Bug in tests of statistics #1336

mrfh92 opened this issue Feb 1, 2024 · 1 comment · Fixed by #1337
Assignees
Labels
bug Something isn't working

Comments

@mrfh92
Copy link
Collaborator

mrfh92 commented Feb 1, 2024

Failure of the CI (also on main):

heat/core/tests/test_statistics.py::TestStatistics::test_percentile - TypeError: _percentile_dispatcher() got an unexpected keyword argument 'method'

Problem is that after #1315 our tests only run on new numpy versions but it looks like that we currently use an old one...

@mrfh92 mrfh92 added the bug Something isn't working label Feb 1, 2024
@mrfh92 mrfh92 self-assigned this Feb 1, 2024
Copy link
Contributor

github-actions bot commented Feb 1, 2024

Branch bugs/1336-_Bug_Bug_in_statistics created!

@mrfh92 mrfh92 changed the title [Bug]: Bug in statistics [Bug]: Bug in tests of statistics Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant