Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
confusedmatrix committed Feb 28, 2024
1 parent f83a1cd commit bc3cd12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocf_datapipes/training/windnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def __init__(

def __iter__(self):
"""Iter"""
log.info(self.dataset_dict_dp)
for datapipes_dict in self.dataset_dict_dp:
# Spatially slice, normalize, and convert data to numpy arrays
numpy_modalities = []
Expand Down

0 comments on commit bc3cd12

Please sign in to comment.