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
8048efd6
"git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "c9674890cf5274afd866796950c5f294b0058850"
Commit
8048efd6
authored
Oct 08, 2021
by
Gustaf Ahdritz
Browse files
Fix FP precision issue in test
parent
4dd50722
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_structure_module.py
tests/test_structure_module.py
+1
-1
No files found.
tests/test_structure_module.py
View file @
8048efd6
...
...
@@ -141,7 +141,7 @@ class TestStructureModule(unittest.TestCase):
}
batch
=
{
'seq_mask'
:
np
.
random
.
randint
(
0
,
2
,
(
n_res
,)),
'seq_mask'
:
np
.
random
.
randint
(
0
,
2
,
(
n_res
,))
.
astype
(
np
.
float32
)
,
'aatype'
:
np
.
random
.
randint
(
0
,
21
,
(
n_res
,)),
}
...
...
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