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
@assert_symbolic_subset(measured_reference, sol_measured) "Test solutions must expose a superset of the reference's variables for comparison"
81
-
@assertlength(measured_reference) >0"Compared solutions must share at least one measured variable"
82
-
measured = measured_reference
83
-
84
-
timebounds(sol) = (sol.t[1], sol.t[end])
85
-
@assert reference.dense "Dense (integrated) comparision requires a dense reference solution"
86
-
@assert sol.dense "Test solution must be dense in order to use continous-time comparison"
87
-
@asserttimebounds(sol) ==timebounds(reference) "Test solution has time range $(timebounds(sol)) which differs from the reference $(timebounds(reference))"
0 commit comments