Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Apr 16, 2024
1 parent a0e0449 commit c9a1922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomrdf/workflow/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, ):
Expand Down

0 comments on commit c9a1922

Please sign in to comment.