Skip to content

Commit

Permalink
Fix gen_data following refactor (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
oerc0122 authored Jul 23, 2024
1 parent 96060db commit daa0f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion castep_outputs/test/gen_data.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pylint: skip-file
import pathlib

from castep_outputs.castep_outputs_main import parse_all
from castep_outputs.cli.castep_outputs_main import parse_all

for typ in ('castep', 'bands', 'cell', 'param', 'elastic', 'md', 'ts', 'efield',
'den_fmt', 'chdiff_fmt', 'pot_fmt', 'elf_fmt', 'xrd_sf', 'phonon_dos',
Expand Down

0 comments on commit daa0f61

Please sign in to comment.