-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR suggests using `assert_allclose` instead of `assert_equal` with a resolution-based tolerance in `TestSpacing::test_zeros` to fix test failures on CUDA caused by excessive precision for float32. And updates `TestTensordot::test_axes` and `TestTensordot::test_linalg` to increase a factor parameter in `assert_dtype_allclose` for scaling tolerance
- Loading branch information
1 parent
1bed3bd
commit e8c088c
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters