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
chemical_checker
Commits
50b3ceb6
Commit
50b3ceb6
authored
Jun 18, 2021
by
Martino Bertoni
🌋
Browse files
fixing unit-test
parent
6e7e156f
Changes
1
Hide whitespace changes
Inline
Side-by-side
package/tests/test_remove_duplicates.py
View file @
50b3ceb6
...
...
@@ -38,4 +38,4 @@ class TestChemicalChecker(unittest.TestCase):
file
=
os
.
path
.
join
(
self
.
data_dir
,
'test_remove.h5'
)
rnd
=
RNDuplicates
(
only_duplicates
=
True
)
keys
,
data
,
maps
=
rnd
.
remove
(
file
)
self
.
assertTrue
(
len
(
keys
)
==
36
48
)
self
.
assertTrue
(
len
(
keys
)
==
36
36
)
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