Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Packages
signaturizer
Commits
12fe9c0e
Commit
12fe9c0e
authored
Sep 07, 2020
by
Martino Bertoni
🌋
Browse files
testing GLOBAL fix
parent
12af179a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_signaturizer.py
View file @
12fe9c0e
...
...
@@ -90,7 +90,7 @@ class TestSignaturizer(unittest.TestCase):
self
.
assertTrue
(
all
(
res
.
failed
==
[
False
,
True
,
False
]))
def
test_predict_global_remote
(
self
):
module
=
Signaturizer
(
'GLOBAL'
)
module
=
Signaturizer
(
[
'GLOBAL'
]
)
res
=
module
.
predict
(
self
.
test_smiles
)
self
.
assertEqual
(
res
.
signature
.
shape
[
0
],
2
)
self
.
assertEqual
(
res
.
signature
.
shape
[
1
],
128
*
25
)
...
...
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