Skip to content

Commit

Permalink
extra .
Browse files Browse the repository at this point in the history
  • Loading branch information
gwbischof committed Oct 25, 2024
1 parent 9e65597 commit da83734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databroker/mongo_normalized.py
Original file line number Diff line number Diff line change
Expand Up @@ -2212,7 +2212,7 @@ def default_validate_shape(key, data, expected_shape):
* If number of dimensions differ, raise BadShapeMetadata
* If any dimension differs by more than MAX_SIZE_DIFF, raise BadShapeMetadata.
* If some dimensions are smaller than expected,, pad "right" edge of each
dimension that falls short with zeros..
dimension that falls short with zeros.
"""
MAX_SIZE_DIFF = 2
if data.shape == expected_shape:
Expand Down

0 comments on commit da83734

Please sign in to comment.