From 7fe9d39c08ba72cfaae3ac3826656bdfc2f43511 Mon Sep 17 00:00:00 2001 From: Rafael Schouten Date: Tue, 13 Jul 2021 17:48:17 +1000 Subject: [PATCH] update for DG 0.19 --- Project.toml | 2 +- test/mortality.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index fc777db..e308f56 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ ConstructionBase = "1.0" DimensionalData = "0.13, 0.14, 0.15, 0.16, 0.17" Distributions = "0.21, 0.22, 0.23, 0.24, 0.25" DocStringExtensions = "0.8" -DynamicGrids = "^0.18.3" +DynamicGrids = "0.19" ModelParameters = "0.3" Reexport = "0.2, 1.0" Setfield = "0.5, 0.6, 0.7" diff --git a/test/mortality.jl b/test/mortality.jl index d695442..fcbc4c8 100644 --- a/test/mortality.jl +++ b/test/mortality.jl @@ -44,7 +44,7 @@ end @testset "Mortality with Resistance grid" begin - phenotyperule = Cell{:phenotype, :phenotype}() do state + phenotyperule = Cell{:phenotype, :phenotype}() do data, state, I return state * 10 end