Skip to content

Commit

Permalink
test: add a few more normals to test
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Feb 8, 2024
1 parent fc1dcdd commit ae3e557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automated_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def test_empty():


@pytest.mark.parametrize("off", [50, 25])
@pytest.mark.parametrize("normal", [[1,0,0], [1,1,1], [-1,-1,1], [.3,-.2,.7]])
@pytest.mark.parametrize("normal", [[1,0,0], [0,1,0], [0,0,1], [1,1,1], [-1,-1,1], [.3,-.2,.7]])
def test_moving_window(off, normal):
labels = np.zeros([100,100,100], dtype=bool, order="F")

Expand Down

0 comments on commit ae3e557

Please sign in to comment.