Skip to content

Commit

Permalink
update for DG 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Jul 13, 2021
1 parent 1d34a33 commit 7fe9d39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/mortality.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7fe9d39

Please sign in to comment.