Skip to content

Commit 01960f6

Browse files
update test ref
1 parent 5beddfb commit 01960f6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/forcefields/test_phonon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def test_supercell_orthorhombic(clean_dir, si_structure: Structure):
5050
responses = run_locally(job2, create_folders=True, ensure_success=True)
5151

5252
assert_allclose(
53-
responses[job2.uuid][1].output, [[2, -1, 0], [0, 3, 0], [-1, -1, 2]]
53+
responses[job2.uuid][1].output, [[2, -1, 0], [0, 2, 0], [-1, -1, 2]]
5454
)
5555

5656

5.01 MB
Binary file not shown.

0 commit comments

Comments
 (0)