Skip to content

Commit

Permalink
pytest perturb_func fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
annahedstroem committed Mar 16, 2022
1 parent ea9f2e3 commit 8170c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers/test_perturb_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def input_ones_mnist_flattened():

@pytest.fixture
def input_zeros_mnist_flattened():
return np.ones(shape=(1, 1, 28, 28)).flatten()
return np.zeros(shape=(1, 1, 28, 28)).flatten()


@pytest.fixture
Expand Down

0 comments on commit 8170c25

Please sign in to comment.