File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,16 @@ jobs:
26
26
matrix :
27
27
package :
28
28
- {user: SciML, repo: SciMLBase.jl, group: Core}
29
+ - {user: SciML, repo: SciMLSensitivity.jl, group: Core1}
30
+ - {user: SciML, repo: SciMLSensitivity.jl, group: Core2}
31
+ - {user: SciML, repo: SciMLSensitivity.jl, group: Core3}
32
+ - {user: SciML, repo: SciMLSensitivity.jl, group: Core4}
33
+ - {user: SciML, repo: SciMLSensitivity.jl, group: Core5}
34
+ - {user: SciML, repo: SciMLSensitivity.jl, group: Core6}
29
35
version :
30
36
- ' 1'
31
37
os :
32
38
- ubuntu-latest
33
- - macos-latest
34
- - windows-latest
35
39
steps :
36
40
- uses : actions/checkout@v4
37
41
- uses : julia-actions/setup-julia@v2
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ isscimlstructure(::AbstractArray{<:Number}) = true
25
25
26
26
function SciMLStructures. replace (
27
27
:: SciMLStructures.Tunable , arr:: AbstractArray , new_arr:: AbstractArray )
28
- reshape (new_arr, size (arr) )
28
+ restructure (arr, new_arr )
29
29
end
You can’t perform that action at this time.
0 commit comments