"...llm/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "2153ee81759d45e27ff6846c0195b8e8029c2529"
Commit 3bb47f89 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix typo

parent 651949b2
...@@ -393,7 +393,7 @@ def make_fixed_size( ...@@ -393,7 +393,7 @@ def make_fixed_size(
continue continue
shape = list(v.shape) shape = list(v.shape)
schema = shape_schema[k] 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), ( assert len(shape) == len(schema), (
f'{msg} {k}: {shape} vs {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