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)