Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI error "pdentries_test.csv" not found #3168

Merged
merged 14 commits into from
Jul 20, 2023
Prev Previous commit
Next Next commit
fix CI error "pdentries_test.csv" not found
janosh committed Jul 20, 2023
commit bb4f8b7354ea32c349d6a85a79fee70f2736878b
2 changes: 1 addition & 1 deletion pymatgen/analysis/tests/test_chempot_diagram.py
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@

class ChemicalPotentialDiagramTest(PymatgenTest):
def setUp(self):
self.entries = EntrySet.from_csv(str(module_dir / "pdentries_test.csv"))
self.entries = EntrySet.from_csv(str(module_dir / "pd_entries_test.csv"))
self.cpd_ternary = ChemicalPotentialDiagram(entries=self.entries, default_min_limit=-25, formal_chempots=False)
self.cpd_ternary_formal = ChemicalPotentialDiagram(
entries=self.entries, default_min_limit=-25, formal_chempots=True