Skip to content

Commit

Permalink
test smaller alphas
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Oct 21, 2024
1 parent 54404bc commit 9b4c9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_shp.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def test_shp_glrt_nodata_0(mean, var, strides):


@pytest.mark.parametrize("method", ["glrt", "ks"])
@pytest.mark.parametrize("alpha", [0.01, 0.05])
@pytest.mark.parametrize("alpha", [0.001, 0.005])
@pytest.mark.parametrize("strides", [{"x": 1, "y": 1}, {"x": 2, "y": 2}])
def test_shp_statistics(method, alpha, strides):
"""Check that with repeated tries, the alpha is correct."""
Expand Down

0 comments on commit 9b4c9c9

Please sign in to comment.