Skip to content

Commit

Permalink
Remove store query for pd data (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Munro authored Nov 12, 2021
1 parent 58f0ab7 commit de02ad9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion emmet-builders/emmet/builders/vasp/thermo.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ def process_item(self, item: List[Dict]):
self.num_phase_diagram_eles is None
or len(elements) <= self.num_phase_diagram_eles
):
pd_data = self.phase_diagram.get_pd_data(chemsys, pd)
pd_doc = PhaseDiagramDoc(chemsys=chemsys, phase_diagram=pd)
pd_data = jsanitize(pd_doc.dict(), allow_bson=True)

Expand Down

0 comments on commit de02ad9

Please sign in to comment.