We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c680d commit df3f597Copy full SHA for df3f597
tests/analysis/fstar/test_fstar.py
@@ -24,9 +24,9 @@ def test_edit_fstar_diagram(self):
24
assert self.fstar.plot == new.plot
25
new.combine_sites(site_lists=[["[0. 0. 0.5]Co", "[0. 0. 0.]Li"]])
26
assert new.site_labels == [
27
- '[0. 0. 0.25]O',
28
- '[0. 0. 0.5]Co',
29
- '[0. 0. 0.]Li',
+ "[0. 0. 0.25]O",
+ "[0. 0. 0.5]Co",
+ "[0. 0. 0.]Li",
30
"['[0. 0. 0.5]Co', '[0. 0. 0.]Li']",
31
]
32
assert list(new.fstar_coords["['[0. 0. 0.5]Co', '[0. 0. 0.]Li']"].to_numpy()) == list(
0 commit comments