Skip to content

Commit

Permalink
Remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Nov 24, 2023
1 parent 4bd1dc3 commit 812a172
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ocf_datapipes/select/select_loc_and_t0.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ def __init__(

def _yield_all_iter(self, xr_dataset):
xr_coord_system, xr_x_dim, xr_y_dim = spatial_coord_type(xr_dataset)
print(xr_y_dim)
print(xr_dataset)
t_index, x_index = np.meshgrid(
np.arange(len(xr_dataset[self.time_dim_name])),
np.arange(len(xr_dataset[xr_x_dim])),
Expand Down

0 comments on commit 812a172

Please sign in to comment.