Commit 3bb47f89 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix typo

parent 651949b2
......@@ -393,7 +393,7 @@ def make_fixed_size(
continue
shape = list(v.shape)
schema = shape_schema[k]
msd = "Rank mismatch between shape and shape schema for"
msg = "Rank mismatch between shape and shape schema for"
assert len(shape) == len(schema), (
f'{msg} {k}: {shape} vs {schema}'
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment