Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
vroulet committed Jun 7, 2023
1 parent 416e687 commit 8da43d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/zoom_linesearch2_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def fun(x):
ls = ZoomLineSearch(fun)
_, state = ls.run(init_stepsize=1.0, params=x, descent_direction=p)

assert not state.failed
self.assertFalse(state.failed)

@parameterized.product(out_dtype=[jnp.float32, jnp.float64])
def test_correct_dtypes(self, out_dtype):
Expand Down

0 comments on commit 8da43d3

Please sign in to comment.