Skip to content

Commit

Permalink
chore: fix test since rotation point changed
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Sep 13, 2024
1 parent 123a845 commit e05a447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/py/unit/test_tools_build_defect.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def test_create_terrace():
number_of_added_layers=1,
)
new_slab = TerraceSlabDefectBuilder().get_material(configuration=config)
assertion_utils.assert_deep_almost_equal([0.720082355, 0.5, 0.461401798], new_slab.basis.coordinates.values[42])
assertion_utils.assert_deep_almost_equal([0.047602354, 0.5, 0.458723277], new_slab.basis.coordinates.values[42])


def test_create_defect_pair():
Expand Down

0 comments on commit e05a447

Please sign in to comment.