Skip to content

Commit

Permalink
Add ; support for assert x; statements
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 585066653
  • Loading branch information
Conchylicultor authored and The visu3d Authors committed Nov 24, 2023
1 parent c3655de commit 89abe6d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions visu3d/math/coord_utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
@enp.testing.parametrize_xnp()
@pytest.mark.parametrize(
'value, shape',
[
(
[
[([
[2.0, 4, 0.3],
[-2.0, -4, -0.3],
],
Expand Down

0 comments on commit 89abe6d

Please sign in to comment.