Skip to content

Commit

Permalink
Revert CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Oct 11, 2024
1 parent fa2b48c commit dfe658a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions EpiAware/test/EpiObsModels/modifiers/LatentDelay.jl
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,7 @@ end
ExpGrowthRate,
Renewal] .|>
em_type -> em_type(
data = EpiData([0.2, 0.5, 0.3],
em_type == Renewal ? softplus : exp
),
data = EpiData([0.2, 0.5, 0.3], exp),
initialisation_prior = Normal(log(100.0), 0.25)
)

Expand Down

0 comments on commit dfe658a

Please sign in to comment.