Skip to content

Commit

Permalink
can't project item in array, just sub keys
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jun 24, 2021
1 parent 2a95a18 commit 44f00f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emmet-builders/emmet/builders/vasp/materials.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def get_items(self) -> Iterator[List[Dict]]:
"output.energy_per_atom",
"output.energy",
"output.structure",
"calcs_reversed.0.input.parameters",
"calcs_reversed.input.parameters",
"input.is_hubbard",
"input.hubbards",
"input.potcar_spec",
Expand Down
2 changes: 1 addition & 1 deletion emmet-builders/emmet/builders/vasp/task_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(
"orig_inputs",
"output.structure",
"output.bandgap",
"calcs_reversed.0.input.parameters",
"calcs_reversed.input.parameters",
"calcs_reversed.output.ionic_steps.electronic_steps.e_fr_energy",
"tags",
],
Expand Down

0 comments on commit 44f00f4

Please sign in to comment.