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 ed8bad2 commit cb2ec25
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 @@ -110,7 +110,7 @@ function SciMLBase.__init(prob::NonlinearProblem{uType, iip}, alg::DFSane,
𝒹, uₙ₋₁, fuₙ, fuₙ₋₁ = copy(uₙ), copy(uₙ), copy(uₙ), copy(uₙ)

Check warning on line 110 in src/dfsane.jl

View check run for this annotation

Codecov / codecov/patch

src/dfsane.jl#L101-L110

Added lines #L101 - L110 were not covered by tests

if iip
f( = dx, x) -> prob.f(dx, x, p)
f = (dx, x) -> prob.f(dx, x, p)
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
Expand Down

0 comments on commit cb2ec25

Please sign in to comment.