Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
gwbischof committed Oct 25, 2024
1 parent 8bf737f commit eeeb9ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion databroker/mongo_normalized.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ def structure_from_descriptor(descriptor, sub_dict, max_seq_num, unicode_columns
# If the Event Descriptor tells us a preferred chunking, use that.
suggested_chunks = [tuple(chunk) if isinstance(chunk, list)
else chunk for chunk in field_metadata['chunks']]
print(suggested_chunks, shape)
elif (0 in shape) or (numpy_dtype.itemsize == 0):
# special case to avoid warning from dask
suggested_chunks = shape
Expand Down

0 comments on commit eeeb9ab

Please sign in to comment.