diff --git a/atomrdf/workflow/workflow.py b/atomrdf/workflow/workflow.py index 71acba1..ff0b3cc 100644 --- a/atomrdf/workflow/workflow.py +++ b/atomrdf/workflow/workflow.py @@ -106,7 +106,7 @@ def _get_lattice_properties(self, ): [lattice_parameter_x, lattice_parameter_y, lattice_parameter_z], [lattice_angle_x, lattice_angle_y, lattice_angle_z]] - structure._add_crystal_structure(targets=targets) + self.structure._add_crystal_structure(targets=targets) def _add_inherited_properties(self, ):