Skip to content

Commit

Permalink
minor fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Feb 12, 2024
1 parent b6d870e commit aa2e284
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EpiAware/test/test_epimodel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ end
end

@testitem "EpiModel function" begin
using LinearAlgebra
recent_incidence = [10, 20, 30]
Rt = 1.5

Expand All @@ -65,7 +66,7 @@ end
@test model(recent_incidence, Rt) == expected_output
end

@testset "EpiModel constructor with distributions" begin
@testitem "EpiModel constructor with distributions" begin
using Distributions

gen_distribution = Uniform(0.0, 10.0)
Expand Down

0 comments on commit aa2e284

Please sign in to comment.