Skip to content

Commit

Permalink
Correct reference elastic tensor value
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwen committed Jul 1, 2023
1 parent b1203a7 commit aa9b803
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/vasp/flows/test_elastic.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ def test_elastic(mock_vasp, clean_dir, si_structure):
[155.7923, 54.8871, 54.8871, 0.0, 0.0, 0.0],
[54.8871, 155.7923, 54.8871, 0.0, 0.0, 0.0],
[54.8871, 54.8871, 155.7923, 0.0, 0.0, 0.0],
[0.0, 0.0, 0.0, 31.5356, 0.0, 0.0],
[0.0, 0.0, 0.0, 0.0, 31.5356, 0.0],
[0.0, 0.0, 0.0, 0.0, 0.0, 31.5356],
[0.0, 0.0, 0.0, 76.1504, 0.0, 0.0],
[0.0, 0.0, 0.0, 0.0, 76.1504, 0.0],
[0.0, 0.0, 0.0, 0.0, 0.0, 76.1504],
],
atol=1e-3,
)

0 comments on commit aa9b803

Please sign in to comment.