Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Apr 18, 2024
1 parent 6301f95 commit 2aff0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/electronic_structure/test_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def setUp(self):
self.bs_Cu2O = BandStructureSymmLine.from_dict(dct)
self.plotter_Cu2O = BSPlotterProjected(self.bs_Cu2O)

with open(f"{TEST_FILES_DIR}/boltztrap2/PbTe_bandstructure.json") as file:
with open(f"{TEST_FILES_DIR}/electronic_structure/boltztrap2/PbTe_bandstructure.json") as file:
dct = json.load(file)
self.bs_PbTe = BandStructureSymmLine.from_dict(dct)

Expand Down

0 comments on commit 2aff0a8

Please sign in to comment.