-
Bentriou Mahmoud authored
Fix of a major issue in the simulation: sometimes the number of states wasn't consistent. Add of test to check the consistency of the Trajectory structure (unit/check_trajectory_consistency).
Bentriou Mahmoud authoredFix of a major issue in the simulation: sometimes the number of states wasn't consistent. Add of test to check the consistency of the Trajectory structure (unit/check_trajectory_consistency).
run_dist_lp.jl 233 B
using Test
@testset "Distance Lp tests" begin
@test include("dist_lp/dist_l1_case_1.jl")
@test include("dist_lp/dist_case_2.jl")
@test include("dist_lp/dist_case_3.jl")
@test include("dist_lp/dist_sim_sir.jl")
end