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

Fragile test: TestGaussianNormalizer::test_stats #910

Open
amontanez24 opened this issue Nov 13, 2024 · 0 comments
Open

Fragile test: TestGaussianNormalizer::test_stats #910

amontanez24 opened this issue Nov 13, 2024 · 0 comments
Labels
bug Something isn't working maintenance Task related to infrastructure & dependencies

Comments

@amontanez24
Copy link
Contributor

Environment Details

Please indicate the following details about the environment in which you found the bug:

  • RDT version: 1.13.1.dev0
  • Python version: any
  • Operating System: observed on windows and ubuntu so probably all

Error Description

When running the integration tests, this test sometimes fails with the following error:

Arrays are not almost equal to 1 decimals



Mismatched elements: 1 / 1000 (0.1%)

Max absolute difference among violations: 0.74229485

Max relative difference among violations: 0.02999574

 ACTUAL: array([[ 1.2e+01],

       [-1.9e+00],

       [ 9.4e+00],...

 DESIRED: array([[ 1.2e+01],

       [-1.9e+00],

       [ 9.4e+00],...

Steps to reproduce

Run the integration tests

Here is an example failed workflow run

@amontanez24 amontanez24 added bug Something isn't working maintenance Task related to infrastructure & dependencies labels Nov 13, 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 maintenance Task related to infrastructure & dependencies
Projects
None yet
Development

No branches or pull requests

1 participant