Skip to content

Commit

Permalink
Relax tolerances for psd_kernel_properties_test
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 620869405
  • Loading branch information
ursk authored and tensorflower-gardener committed Apr 1, 2024
1 parent f6b0f31 commit 51f1ed3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def _test_slicing(

# Check that applying a sliced kernel produces the same results as slicing
# the results from the original.
self.assertAllClose(results[apply_slices], sliced_results, rtol=1e-5)
self.assertAllClose(results[apply_slices], sliced_results, rtol=2e-5)

@parameterized.named_parameters(
{'testcase_name': dname, 'kernel_name': dname}
Expand Down

0 comments on commit 51f1ed3

Please sign in to comment.