From c9a19220df972e537bf4bbbfe601a3a192847828 Mon Sep 17 00:00:00 2001 From: Sarath Menon Date: Tue, 16 Apr 2024 18:35:00 +0200 Subject: [PATCH] fix workflow --- atomrdf/workflow/workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ):