Open huanglangwen opened 5 years ago
Does it also convert SArrays?
Does this at least not break anything that currently exists?
Does this at least not break anything that currently exists?
It break at least one test in OrdinaryDiffEq.jl: https://github.com/JuliaDiffEq/OrdinaryDiffEq.jl/blob/master/test/interface/data_array_test.jl
Looks like there's a few other things to work out with resizing.
forwarddiff_color_jacobian
automatically converts array-like input object into array. Whenf
depend on specific property of the input object, the jacobian will fail. MWE: