Skip to content

Commit

Permalink
Update src/dfsane.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Sep 21, 2023
1 parent 06a3953 commit 0284fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfsane.jl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function SciMLBase.__init(prob::NonlinearProblem{uType, iip}, alg::DFSane,
f(fuₙ₋₁, uₙ₋₁)

Check warning on line 114 in src/dfsane.jl

View check run for this annotation

Codecov / codecov/patch

src/dfsane.jl#L112-L114

Added lines #L112 - L114 were not covered by tests

else
f(x) = prob.f(x, p)
f = (x) -> prob.f(x, p)
fuₙ₋₁ = f(uₙ₋₁)

Check warning on line 118 in src/dfsane.jl

View check run for this annotation

Codecov / codecov/patch

src/dfsane.jl#L117-L118

Added lines #L117 - L118 were not covered by tests
end

Expand Down

0 comments on commit 0284fe7

Please sign in to comment.