From 464b094648dca07a7a44e96bf51772b910542d79 Mon Sep 17 00:00:00 2001 From: Saurav Maheshkar Date: Wed, 9 Oct 2024 07:36:07 +0100 Subject: [PATCH] chore(tests/sampling): drop redundant print statement --- tests/test_sampling.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_sampling.py b/tests/test_sampling.py index b0e340c..592c525 100644 --- a/tests/test_sampling.py +++ b/tests/test_sampling.py @@ -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])