We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0c813 commit 8bfe059Copy full SHA for 8bfe059
test/remake_tests.jl
@@ -92,7 +92,7 @@ function SciMLBase.late_binding_update_u0_p(
92
return newu0, ones(3)
93
end
94
95
-for prob in deepcopy(probs)
+@testset "$(SciMLBase.parameterless_type(prob)) - $(typeof(prob.p))" for prob in deepcopy(probs)
96
prob2 = @inferred remake(prob)
97
@test prob2.u0 == u0
98
@test prob2.p == typeof(prob.p)(p)
0 commit comments