Skip to content

Commit

Permalink
[Opt] Fixed typo in optimizers.__init__
Browse files Browse the repository at this point in the history
  • Loading branch information
arpastrana committed Oct 8, 2024
1 parent 370831b commit e11441c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jax_fdm/optimization/optimizers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .optimizer import * # noqa F403
from .constrained import * # noqa F403
from .second_order import * # noqa F403
from .scipy import * # noqa F403
from .gradient_based import * # noqa F403
from .ipopt import * # noqa F403


Expand Down

0 comments on commit e11441c

Please sign in to comment.