Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rsokl committed Dec 29, 2022
1 parent 5ea78d4 commit 4134ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/math/sequence/test_sequential_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def test_mean_bkwd():


@pytest.mark.filterwarnings("ignore:Degrees of freedom")
@pytest.mark.filterwarnings("ignore:invalid value encountered in true_divide")
@pytest.mark.filterwarnings("ignore:invalid value encountered")
@fwdprop_test_factory(
mygrad_func=var,
true_func=np.var,
Expand Down

0 comments on commit 4134ff3

Please sign in to comment.