diff --git a/aiida_wannier90_workflows/workflows/bands.py b/aiida_wannier90_workflows/workflows/bands.py index 6de36dc..31aaef0 100644 --- a/aiida_wannier90_workflows/workflows/bands.py +++ b/aiida_wannier90_workflows/workflows/bands.py @@ -230,7 +230,7 @@ def run_seekpath(self): format(structure_formula) ) result = seekpath_structure_analysis( - self.inputs.structure, seekpath_parameters + self.inputs.structure, **seekpath_parameters ) self.ctx.current_structure = result['primitive_structure'] self.ctx.explicit_kpoints_path = result['explicit_kpoints']