Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Miki Bonacci committed Feb 19, 2024
1 parent 7cd9489 commit 825c283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_yambo_wannier90/workflows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ def run_seekpath(self):

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

self.current_explicit_kpoints = result["explicit_kpoints"]
self.ctx.current_explicit_kpoints = result["explicit_kpoints"]

# Add `kpoint_path` for Wannier bands
self.ctx.current_kpoint_path = get_path_from_kpoints(
Expand Down

0 comments on commit 825c283

Please sign in to comment.