From 89fac82420cbb894bbd00719b09055b1043c8b23 Mon Sep 17 00:00:00 2001 From: Leif Denby Date: Wed, 13 Nov 2024 16:09:31 +0100 Subject: [PATCH] remove unused print statement --- tests/test_datastores.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_datastores.py b/tests/test_datastores.py index 096efcb..4a4b110 100644 --- a/tests/test_datastores.py +++ b/tests/test_datastores.py @@ -339,7 +339,6 @@ def test_dataarray_shapes(datastore_name): unstacked_tensor = torch.tensor( datastore.unstack_grid_coords(static_da).to_numpy(), dtype=torch.float32 ).squeeze() - print(static_da) reshaped_tensor = ( torch.tensor(static_da.to_numpy(), dtype=torch.float32)