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
c5651714
Commit
c5651714
authored
Feb 15, 2021
by
Martino Bertoni
🌋
Browse files
fixed unit test
parent
d4eb72e7
Pipeline
#2412
passed with stages
in 3 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package/tests/test_remove_duplicates.py
View file @
c5651714
...
...
@@ -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
)
==
3
7
68
)
self
.
assertTrue
(
len
(
keys
)
==
36
4
8
)
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