Skip to content

Commit

Permalink
chore(tests/sampling): drop redundant print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
SauravMaheshkar committed Oct 9, 2024
1 parent 55f378b commit 464b094
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ def test_get_noise(self):
seed=42,
device="cuda" if torch.cuda.is_available() else "cpu",
)
print(x_jax.shape)
chex.assert_equal_shape([x_jax, x_torch])

0 comments on commit 464b094

Please sign in to comment.