Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
494767b0
Commit
494767b0
authored
Jan 29, 2019
by
speckhard
Browse files
Minor change to comment.
parent
c6a315fa
Pipeline
#42951
failed with stages
in 14 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/test_normalizing.py
View file @
494767b0
...
...
@@ -57,7 +57,7 @@ def assert_normalized(backend):
assert
backend
.
get_value
(
'system_type'
,
0
)
is
not
None
assert
backend
.
get_value
(
'chemical_composition'
,
0
)
is
not
None
assert
backend
.
get_value
(
'chemical_composition_bulk_reduced'
,
0
)
is
not
None
# The below tests are not always present for non
periodic
# The below tests are not always present for non
-
periodic
# cells that don't have a simulation_cell or lattice_vectors.
if
backend
.
get_value
(
'system_type'
,
0
)
not
in
[
'Atom'
,
'Molecule / Cluster'
]:
assert
backend
.
get_value
(
'crystal_system'
,
0
)
is
not
None
...
...
Write
Preview
Supports
Markdown
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