Skip to content

Commit

Permalink
fix line typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Feb 19, 2024
1 parent 4b47695 commit 41c1d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EpiAware/test/test_utilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ end
end

@testitem "Testing growth_rate_to_reproductive_ratio function" begin
using EpiAware
#Test that zero exp growth rate imples R0 = 1
@testset "Test case 1" begin
r = 0
Expand Down Expand Up @@ -120,6 +119,7 @@ end
end

end

@testitem "Testing neg_MGF function" begin
# Test case 1: Testing with positive r and non-empty weight vector
@testset "Test case 1" begin
Expand Down

0 comments on commit 41c1d25

Please sign in to comment.