Skip to content

Commit

Permalink
chore: round to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Sep 26, 2024
1 parent fafdbd8 commit ad2e4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/py/unit/test_tools_build_grain_boundary.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ def test_slab_grain_boundary_builder():
builder = GrainBoundaryBuilder(build_parameters=builder_params)
gb = create_grain_boundary(config, builder)
expected_lattice_vectors = [
[25.140673461, 0.0, 1.539422264121123e-15],
[-2.3678545861514075e-16, 3.867, 2.3678545861514075e-16],
[25.140673461, 0.0, 0.0],
[0.0, 3.867, 0.0],
[0.0, 0.0, 11.601],
]
expected_coordinate_15 = [0.777190818, 0.5, 0.25]
Expand Down

0 comments on commit ad2e4c2

Please sign in to comment.