Skip to content

Commit fd9cf89

Browse files
test: fix initialization tests
1 parent b072a12 commit fd9cf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/initialization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ end
131131
initprobmap = function (nlsol)
132132
return [parameter_values(nlsol)[1], nlsol.u[1]]
133133
end
134-
initprobpmap = function (nlsol)
134+
initprobpmap = function (_, nlsol)
135135
return nlsol.u[2]
136136
end
137137
initialization_data = SciMLBase.OverrideInitData(

0 commit comments

Comments
 (0)