Skip to content

Commit deb113e

Browse files
committed
0.6.10 patch
1 parent 4764381 commit deb113e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: squire
22
Type: Package
33
Title: SEIR transmission model of COVID-19
4-
Version: 0.6.9
4+
Version: 0.6.10
55
Authors@R: c(
66
person("OJ", "Watson", email = "o.watson15@imperial.ac.uk", role = c("aut", "cre")),
77
person("Patrick", "Walker", email = "patrick.walker06@imperial.ac.uk", role = c("aut")),

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# squire 0.6.10
2+
3+
* `sample_pmcmc` bug fix dor negative posterior checks incorrectly.
4+
15
# squire 0.6.9
26

37
* `atol` and `rtol` can be passed to `pmcmc` fitting as named arguments in

tests/testthat/test-js.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ test_that("js and R versions agree for basic model", {
6363
time_period = 365,
6464
hosp_bed_capacity = 100000,
6565
ICU_bed_capacity = 1000000,
66-
mod_gen = gen_js,
66+
mod_gen = gen_js$new,
6767
init = init
6868
)
6969

0 commit comments

Comments
 (0)