Skip to content

Commit a149fc2

Browse files
pre-commit auto-fixes
1 parent 27c680d commit a149fc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/analysis/fstar/test_fstar.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ def test_edit_fstar_diagram(self):
2424
assert self.fstar.plot == new.plot
2525
new.combine_sites(site_lists=[["[0. 0. 0.5]Co", "[0. 0. 0.]Li"]])
2626
assert new.site_labels == [
27-
'[0. 0. 0.25]O',
28-
'[0. 0. 0.5]Co',
29-
'[0. 0. 0.]Li',
27+
"[0. 0. 0.25]O",
28+
"[0. 0. 0.5]Co",
29+
"[0. 0. 0.]Li",
3030
"['[0. 0. 0.5]Co', '[0. 0. 0.]Li']",
3131
]
3232
assert list(new.fstar_coords["['[0. 0. 0.5]Co', '[0. 0. 0.]Li']"].to_numpy()) == list(

0 commit comments

Comments
 (0)