File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
lib/OrdinaryDiffEqRosenbrock/src Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 225
225
struct RodasTableau{T, T2}
226
226
A:: Matrix{T}
227
227
C:: Matrix{T}
228
- gamma:: T
228
+ gamma:: T2
229
229
c:: Vector{T2}
230
230
d:: Vector{T}
231
231
H:: Matrix{T}
Original file line number Diff line number Diff line change 85
85
if ! is_APPVEYOR && (GROUP == " All" || GROUP == " InterfaceIV" || GROUP == " Interface" )
86
86
@time @safetestset " Autodiff Error Tests" include (" interface/autodiff_error_tests.jl" )
87
87
@time @safetestset " Ambiguity Tests" include (" interface/ambiguity_tests.jl" )
88
+ @time @safetestset " Precision Mixing Tests" include (" interface/precision_mixing.jl" )
88
89
@time @safetestset " Sized Matrix Tests" include (" interface/sized_matrix_tests.jl" )
89
90
@time @safetestset " Second Order with First Order Solver Tests" include (" interface/second_order_with_first_order_solvers.jl" )
90
91
end
You can’t perform that action at this time.
0 commit comments