Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Sep 9, 2023
1 parent 8e8786f commit db87b2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_elastic_qe.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ def validate_elastic_constants(elastic_matrix):
elastic_matrix[0, 1] < 69,
elastic_matrix[0, 2] < 69,
elastic_matrix[1, 2] < 69,
elastic_matrix[3, 3] > 52,
elastic_matrix[4, 4] > 52,
elastic_matrix[5, 5] > 52,
elastic_matrix[3, 3] > 51,
elastic_matrix[4, 4] > 51,
elastic_matrix[5, 5] > 51,
elastic_matrix[3, 3] < 53,
elastic_matrix[4, 4] < 53,
elastic_matrix[5, 5] < 53,
Expand Down

0 comments on commit db87b2f

Please sign in to comment.