Skip to content

Commit ab8c9b9

Browse files
authored
Update test_core.py
1 parent 409e168 commit ab8c9b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ def test_interstitial(gan_struct) -> None:
119119
inter_fpos = [0, 0, 0.75]
120120
n_site = PeriodicSite(Specie("N"), inter_fpos, s.lattice)
121121
inter = Interstitial(s, n_site)
122-
assert inter.oxi_state == 3
123-
assert inter.get_charge_states() == [-1, 0, 1, 2, 3, 4]
122+
assert inter.oxi_state == 5
123+
assert inter.get_charge_states() == [-1, 0, 1, 2, 3, 4, 5, 6]
124124
assert np.allclose(inter.defect_structure[0].frac_coords, inter_fpos)
125125
sc = inter.get_supercell_structure()
126126
assert sc.formula == "Ga64 N65"

0 commit comments

Comments
 (0)