Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
3bb47f89
Commit
3bb47f89
authored
Oct 08, 2021
by
Gustaf Ahdritz
Browse files
Fix typo
parent
651949b2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openfold/features/data_transforms.py
openfold/features/data_transforms.py
+1
-1
No files found.
openfold/features/data_transforms.py
View file @
3bb47f89
...
@@ -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
]
ms
d
=
"Rank mismatch between shape and shape schema for"
ms
g
=
"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
}
'
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment