In https://github.com/JuliaReach/ReachabilityAnalysis.jl/pull/160 we added adaptivity for the abs_tol option in TMJets. This issue is a reminder that, as in the adaptive=false case, we should store in the extension dictionary of the flowpipe the intermediate computations from validated_integ; these are tv and xv (time stamps and box approximations).
In https://github.com/JuliaReach/ReachabilityAnalysis.jl/pull/160 we added adaptivity for the
abs_tol
option inTMJets
. This issue is a reminder that, as in theadaptive=false
case, we should store in the extension dictionary of the flowpipe the intermediate computations fromvalidated_integ
; these aretv
andxv
(time stamps and box approximations).