Skip to content

Commit

Permalink
touch up
Browse files Browse the repository at this point in the history
  • Loading branch information
gwbischof committed Oct 25, 2024
1 parent efd3e2b commit 9e65597
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 @@ -2245,7 +2245,7 @@ def default_validate_shape(key, data, expected_shape):

logger.warning(f"The data.shape: {data.shape} did not match the expected_shape: "
f"{expected_shape} for key: '{key}'. This data has been zero-padded "
"to match the expected shape!")
"to match the expected_shape!")

return padded

Expand Down

0 comments on commit 9e65597

Please sign in to comment.