Skip to content

Commit 7a1861e

Browse files
committed
fix the test issue
1 parent 880597a commit 7a1861e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_kvec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def test_LatConstruct():
135135
]
136136
latt_vec = kvs.lat_params_to_vec(cell_params)
137137
assert np.allclose(
138-
latt_vec[0], [4.33013, -2.5, 3.06162],
138+
latt_vec[0], [4.33013, -2.5, 0.],
139139
atol=1e-5
140140
), msg
141141
assert np.allclose(

0 commit comments

Comments
 (0)