Skip to content

Commit

Permalink
Pin Bazel version to 6.4.0, while we address breakages caused by 7.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 590762991
  • Loading branch information
emilyfertig authored and tensorflower-gardener committed Dec 14, 2023
1 parent fbc5ebe commit 247d958
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,8 @@ def _not_implemented(*args, **kwargs):
'linalg.svd', [single_arrays(
shape=shapes(min_dims=2),
elements=floats(min_value=-1e10, max_value=1e10))],
post_processor=_svd_post_process),
post_processor=_svd_post_process,
atol=2e-5),
TestCase(
'linalg.qr', [
qr_params(),
Expand Down

0 comments on commit 247d958

Please sign in to comment.