You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest change in LazySets (JuliaReach/LazySets.jl#3335) there is a default fallback for overapproximate, so the following does not work anymore because the second condition is always true:
With the latest change in
LazySets
(JuliaReach/LazySets.jl#3335) there is a default fallback foroverapproximate
, so the following does not work anymore because the second condition is always true:ReachabilityAnalysis.jl/src/Flowpipes/setops.jl
Lines 107 to 116 in 36d7403
I see three options:
try
-catch
(cheap because this is just aMethodError
via two method lookups)LazySets
The text was updated successfully, but these errors were encountered: