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
parser-phonopy
Commits
4e1991c1
Commit
4e1991c1
authored
Jan 16, 2017
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
fix calculation_to_calculation_kind
parent
53decaa6
Pipeline
#9409
passed with stage
in 39 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-phonopy/PhononModulesNomad.py
View file @
4e1991c1
...
...
@@ -391,7 +391,7 @@ class Get_Properties():
def
prep_ref
(
self
,
ref_list
,
Emit
):
sCalc
=
Emit
.
openSection
(
"section_calculation_to_calculation_refs"
)
for
ref
in
ref_list
:
Emit
.
addValue
(
"calculation_to_calculation_
external_url
"
,
"source_calculation"
)
Emit
.
addValue
(
"calculation_to_calculation_
kind
"
,
"source_calculation"
)
Emit
.
addValue
(
"calculation_to_calculation_external_url"
,
ref
)
Emit
.
closeSection
(
"section_calculation_to_calculation_refs"
,
sCalc
)
...
...
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