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 d29ded5 commit 2360a56Copy full SHA for 2360a56
src/array.jl
@@ -25,5 +25,5 @@ isscimlstructure(::AbstractArray{<:Number}) = true
25
26
function SciMLStructures.replace(
27
::SciMLStructures.Tunable, arr::AbstractArray, new_arr::AbstractArray)
28
- reshape(new_arr, size(arr))
+ restructure(arr, new_arr)
29
end
0 commit comments