Skip to content

Commit

Permalink
test: fix initialization tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Nov 21, 2024
1 parent f7f5630 commit e7c64cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/initialization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ end
initprobmap = function (nlsol)
return [parameter_values(nlsol)[1], nlsol.u[1]]
end
initprobpmap = function (nlsol)
initprobpmap = function (_, nlsol)
return nlsol.u[2]
end
initialization_data = SciMLBase.OverrideInitData(
Expand Down

0 comments on commit e7c64cb

Please sign in to comment.