File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 44 - linux
55 - osx
66julia :
7- - 0.6
7+ - 0.7
88 - nightly
99matrix :
1010 allow_failures :
Original file line number Diff line number Diff line change 1- julia 0.6
1+ julia 0.7-beta2
22RecursiveArrayTools 0.8.0
33DiffEqBase 0.11.0
4-
Original file line number Diff line number Diff line change 11environment :
22 matrix :
3- - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x86/0.6/julia-0.6 -latest-win32.exe"
4- - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6 -latest-win64.exe"
3+ - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x86/0.6/julia-0.7 -latest-win32.exe"
4+ - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.7 -latest-win64.exe"
55 - JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
66 - JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
77matrix :
Original file line number Diff line number Diff line change 1- function remove_node! (integrator:: DEIntegrator , I... )
1+ function remove_node! (integrator:: DiffEqBase. DEIntegrator , I... )
22 idxs = getindices (integrator. u, I... )
33 for c in user_cache (integrator)
44 remove_node! (c, I... )
55 end
66 deleteat_non_user_cache! (integrator, idxs)
77end
88
9- function add_node! (integrator:: DEIntegrator , x, I... )
9+ function add_node! (integrator:: DiffEqBase. DEIntegrator , x, I... )
1010 cur_len = length (integrator. u)
1111 add_len = length (x)
1212 for c in user_cache (integrator)
You can’t perform that action at this time.
0 commit comments