Skip to content

Commit

Permalink
Fix kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Apr 17, 2024
1 parent 37504a1 commit d3d6f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/1_basic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ end;
We now have all the ingredients to construct our implicit function.
=#

implicit_optim = ImplicitFunction(; forward=forward_optim, conditions=conditions_optim)
implicit_optim = ImplicitFunction(forward_optim, conditions_optim)

# And indeed, it behaves as it should when we call it:

Expand Down

0 comments on commit d3d6f4a

Please sign in to comment.