File tree 4 files changed +6
-7
lines changed
4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 4
4
- linux
5
5
- osx
6
6
julia :
7
- - 0.6
7
+ - 0.7
8
8
- nightly
9
9
matrix :
10
10
allow_failures :
Original file line number Diff line number Diff line change 1
- julia 0.6
1
+ julia 0.7-beta2
2
2
RecursiveArrayTools 0.8.0
3
3
DiffEqBase 0.11.0
4
-
Original file line number Diff line number Diff line change 1
1
environment :
2
2
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"
5
5
- JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
6
6
- JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
7
7
matrix :
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... )
2
2
idxs = getindices (integrator. u, I... )
3
3
for c in user_cache (integrator)
4
4
remove_node! (c, I... )
5
5
end
6
6
deleteat_non_user_cache! (integrator, idxs)
7
7
end
8
8
9
- function add_node! (integrator:: DEIntegrator , x, I... )
9
+ function add_node! (integrator:: DiffEqBase. DEIntegrator , x, I... )
10
10
cur_len = length (integrator. u)
11
11
add_len = length (x)
12
12
for c in user_cache (integrator)
You can’t perform that action at this time.
0 commit comments