Skip to content

Commit

Permalink
Remove FISTA to see test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzam committed Jul 9, 2024
1 parent 21cc3de commit f8bb65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_algos.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
_n_iter = 5

# classical algorithms
standard_algos = [GradientDescent, NesterovGradientDescent, FISTA, ADMM]
standard_algos = [GradientDescent, NesterovGradientDescent, ADMM]


@pytest.mark.parametrize("algorithm", standard_algos)
Expand Down

0 comments on commit f8bb65c

Please sign in to comment.