Skip to content

Commit

Permalink
remove unused print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby committed Nov 13, 2024
1 parent 3df627f commit 89fac82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_datastores.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 89fac82

Please sign in to comment.