Skip to content

Commit

Permalink
Merge pull request #145 from dd-harp/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
smitdave authored Aug 29, 2024
2 parents 8b53889 + e6adf04 commit c8c2e83
Show file tree
Hide file tree
Showing 10 changed files with 129 additions and 90 deletions.
2 changes: 1 addition & 1 deletion R/blood_feeding.R
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ make_WB <- function(t, pars, y=0){

if(pars$nHosts > 1){
for(i in 2:pars$nHosts){
H = F_H(y, pars, i)
H = F_H(t, y, pars, i)
TaR = pars$TaR[[s]][[i]]
wts = pars$BFpar$search_weights[[s]][[i]]
Wi = compute_W(wts, H, TaR)
Expand Down
2 changes: 0 additions & 2 deletions R/human-SIS.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ create_Xpar_SIS = function(nStrata, Xopts=list(),
})}




#' @title Size of effective infectious human population
#' @description Implements [F_X] for the SIS model.
#' @inheritParams F_X
Expand Down
2 changes: 1 addition & 1 deletion R/outputs-make.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ make_outputs = function(pars, de_vars, tm){
make_outputs.full = function(pars, de_vars, tm){
pars$outputs$time <- tm
pars$outputs$last_y <- tail(de_vars, 1)
pars$outputs$bionomics <- get_bionomics(tm, de_vars, pars)
# pars$outputs$bionomics <- get_bionomics(tm, de_vars, pars)
pars$outputs$orbits <- parse_orbits(de_vars, pars)
pars$outputs$terms <- get_terms(tm, de_vars, pars)
return(pars)
Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ reference:
contents:
- xde_solve
- xde_stable_orbit
- xde_solve_cohort
- xde_steady
- dts_solve
- dts_steady
Expand Down
31 changes: 12 additions & 19 deletions docs/articles/GettingStarted.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 42 additions & 1 deletion docs/articles/aqua_trace.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c8c2e83

Please sign in to comment.