Skip to content

Commit

Permalink
rm ODE benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Nov 11, 2024
1 parent c3db6d0 commit 394f26f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
1 change: 0 additions & 1 deletion benchmark/Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[deps]
BenchmarkCI = "20533458-34a3-403d-a444-e18f38190b5b"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8"
Expand Down
3 changes: 1 addition & 2 deletions benchmark/bench/EpiInfModels/EpiInfModels.jl
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
module BenchEpiInfModels

using BenchmarkTools, TuringBenchmarking, EpiAware, Distributions, OrdinaryDiffEq
using BenchmarkTools, TuringBenchmarking, EpiAware, Distributions
suite = BenchmarkGroup()

include("../../make_epiaware_suite.jl")
include("DirectInfections.jl")
include("ExpGrowthRate.jl")
include("ODEProcess.jl")

end
BenchEpiInfModels.suite
24 changes: 0 additions & 24 deletions benchmark/bench/EpiInfModels/InfectionODEProcess.jl

This file was deleted.

0 comments on commit 394f26f

Please sign in to comment.