File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11[deps ]
22ModelingToolkit = " 961ee093-0014-501f-94e3-6117800e7a78"
33OrdinaryDiffEq = " 1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
4+ Tracker = " 9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
45
56[compat ]
67ModelingToolkit = " 8.33"
7- OrdinaryDiffEq = " 6.31"
8+ OrdinaryDiffEq = " 6.31"
9+ Tracker = " 0.2"
Original file line number Diff line number Diff line change 1+ using RecursiveArrayTools, Tracker, Test
2+
3+ x = [5.0 ]
4+ a = [Tracker. TrackedArray (x)]
5+ b = [Tracker. TrackedArray (copy ([5.2 ]))]
6+ RecursiveArrayTools. recursivecopy! (a,b)
7+ @test a[1 ][1 ] == 5.2
Original file line number Diff line number Diff line change 3737 activate_downstream_env ()
3838 @time @testset " DiffEqArray Indexing Tests" begin include (" downstream/symbol_indexing.jl" ) end
3939 @time @testset " Event Tests with ArrayPartition" begin include (" downstream/downstream_events.jl" ) end
40+ @time @testset " TrackerExt" begin include (" downstream/TrackerExt.jl" ) end
4041 end
4142
4243 if ! is_APPVEYOR && GROUP == " GPU"
You can’t perform that action at this time.
0 commit comments