You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore overflow warning in TestConsistency::test_erfc (#2601)
The PR mutes numpy overflow warning in `TestConsistency::test_erfc`
raising due to type casting from float64 array to float32 dtype when no
fp64 support for allocating dpnp array.
0 commit comments