Skip to content

Commit

Permalink
added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Packer committed Nov 6, 2023
1 parent b4777a1 commit ae54f1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/solvers/linear/univariate_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ def test_cdf_grad(
self,
rng: jax.Array,
):
# TODO: Once a `check_grad` function is implemented, replace the code
# blocks before with `check_grad`'s.
cost_fn = costs.SqEuclidean()
rngs = jax.random.split(rng, 4)
eps, tol = 1e-4, 1e-3
Expand Down

0 comments on commit ae54f1e

Please sign in to comment.