Skip to content

Commit 8f5fbab

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b1d1f46 commit 8f5fbab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_symmetry.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ def test_get_ir_reciprocal_mesh(self):
173173

174174
def test_get_primitive_cell(self):
175175
cell = 2.2 * np.identity(3)
176-
basis = Atoms("AlFe", scaled_positions=[(0, 0, 0), (0.5, 0.5, 0.5)], cell=cell, pbc=True)
176+
basis = Atoms(
177+
"AlFe", scaled_positions=[(0, 0, 0), (0.5, 0.5, 0.5)], cell=cell, pbc=True
178+
)
177179
structure = basis.repeat([2, 2, 2])
178180
sym = stk.analyse.get_symmetry(structure=structure)
179181
self.assertEqual(len(basis), len(sym.get_primitive_cell(standardize=True)))

0 commit comments

Comments
 (0)