Skip to content

Commit 88bf252

Browse files
committed
Change import of read_vasp_out to local file
1 parent b503bbb commit 88bf252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DensityFunctionalTheory/vasp/vasp_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ def parse_incar(incar_list):
368368

369369

370370
# from read_bad_outcar import read_vasp_out
371-
from vasp.read_bad_outcar import read_vasp_out
371+
from DensityFunctionalTheory.vasp.read_bad_outcar import read_vasp_out
372372

373373
def read_bad_OUTCAR(filename):
374374
"""

0 commit comments

Comments
 (0)