Skip to content

Commit

Permalink
Revert "[ci skip] scope the better testing for spherical mesh"
Browse files Browse the repository at this point in the history
This reverts commit 1b4f1cc.
  • Loading branch information
pc494 committed Oct 9, 2020
1 parent 1b4f1cc commit 52aaa38
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
get_fundamental_zone_grid,
get_beam_directions_grid,
)
from diffsims.generators.sphere_mesh_generators import _get_max_grid_angle


@pytest.mark.parametrize(
Expand Down Expand Up @@ -74,9 +73,6 @@ def test_get_grid_around_beam_direction():
)
def test_get_beam_directions_grid(crystal_system, mesh):
grid = get_beam_directions_grid(crystal_system, 5, mesh=mesh)
# convert grid back to xyz
max_angle = _get_max_grid_angle(grid)
assert max_angle <= 5

@pytest.mark.xfail()
def test_invalid_mesh_beam_directions():
Expand Down

0 comments on commit 52aaa38

Please sign in to comment.