Skip to content

Commit d2f5cd5

Browse files
committed
Switch to newer BandsData entrypoint
1 parent 3314364 commit d2f5cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aiida_dftk/parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import h5py
1616

1717
# DataFactory is used to create the BandsData object
18-
BandsData = DataFactory('array.bands')
18+
BandsData = DataFactory('core.array.bands')
1919

2020
class DftkParser(Parser):
2121
"""`Parser` implementation for DFTK."""

0 commit comments

Comments
 (0)