Skip to content

Commit 825c283

Browse files
author
Miki Bonacci
committed
bugfix
1 parent 7cd9489 commit 825c283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiida_yambo_wannier90/workflows/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ def run_seekpath(self):
697697

698698
self.ctx.current_structure = result["primitive_structure"]
699699

700-
self.current_explicit_kpoints = result["explicit_kpoints"]
700+
self.ctx.current_explicit_kpoints = result["explicit_kpoints"]
701701

702702
# Add `kpoint_path` for Wannier bands
703703
self.ctx.current_kpoint_path = get_path_from_kpoints(

0 commit comments

Comments
 (0)