Closed normarivano closed 4 years ago
For me no problem with the commits.
I just add one commit to fix the unit tests. The pytest failed because the order of the output keywords in the yaml
files has changed. I guess the yaml
files are sorted by alphabetic order, so after we change the keyword from wannier_function
to wf_ids
, the wf_ids
is placed before wf_spreads
, while previously wannier_function
is placed after spread
.
Here we apply the changes to the key names of the parser as discussed in issue #1. This fixes #1 .