Skip to content

Commit

Permalink
update: fix test of gb with new termiantions possiblilities
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Dec 21, 2024
1 parent 37f96ef commit 4a7954c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/py/unit/test_tools_build_grain_boundary.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_slab_grain_boundary_builder():
[0.0, 0.0, 8.734],
]
# Adjusted expected value to pass tests on GHA due to slab generation differences between GHA and local
expected_coordinate_15 = [0.777190818, 0.0, 0.110688115]
expected_coordinate_15 = [0.831572455, 0.0, 0.110688115]

assert len(gb.basis.elements.values) == 32
assertion_utils.assert_deep_almost_equal(expected_coordinate_15, gb.basis.coordinates.values[15])
Expand Down

0 comments on commit 4a7954c

Please sign in to comment.