Skip to content

Commit 2ecd709

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 396748e commit 2ecd709

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/diffpy/structure/structure.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,6 @@ def _get_composition(self):
10251025
"""
10261026
,
10271027
)
1028-
10291028
xyz_cartn = _link_atom_attribute(
10301029
"xyz_cartn",
10311030
"""Array of absolute Cartesian coordinates of all `Atoms`.
@@ -1034,7 +1033,6 @@ def _get_composition(self):
10341033
"""
10351034
,
10361035
)
1037-
10381036
anisotropy = _link_atom_attribute(
10391037
"anisotropy",
10401038
"""Boolean array for anisotropic thermal displacement flags.
@@ -1171,7 +1169,6 @@ def _get_composition(self):
11711169
"""
11721170
,
11731171
)
1174-
11751172
B12 = _link_atom_attribute(
11761173
"B12",
11771174
"""Array of `B12` elements of the Debye-Waller displacement
@@ -1182,7 +1179,6 @@ def _get_composition(self):
11821179
"""
11831180
,
11841181
)
1185-
11861182
B13 = _link_atom_attribute(
11871183
"B13",
11881184
"""Array of `B13` elements of the Debye-Waller displacement

0 commit comments

Comments
 (0)