Skip to content

BUG The test_scale_and_stability test fails in the wheel builder (windows) #18613

@alfaro96

Description

@alfaro96

The test_scale_and_stability test is failing in the wheel builder (and also in the cibuildwheel-based one) on Windows for the x86-64 instruction set.

In particular, the error is due to numerical precision issues:

E           Mismatched elements: 4 / 8 (50%)
E           Max absolute difference: 0.01224908
E           Max relative difference: 0.12157372
E            x: array([[-1.337317, -0.038511],
E                  [-1.108472,  0.08838 ],
E                  [ 0.407632, -0.090835],
E                  [ 2.038158,  0.040965]])
E            y: array([[-1.337317, -0.041705],
E                  [-1.108472,  0.098154],
E                  [ 0.407632, -0.103084],
E                  [ 2.038158,  0.046634]])

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions