Closed andradjaafara closed 1 year ago
When running run_simulation, we can't set IRS_cover to be between 0 and 1.
The error seem to come from line 68 of https://github.com/mrc-ide/vivax/blob/master/R/interventions.R
Which can be easily fix by changing 'params$IRS_cover >= 1' to 'params$IRS_cover <= 1'
When running run_simulation, we can't set IRS_cover to be between 0 and 1.
The error seem to come from line 68 of https://github.com/mrc-ide/vivax/blob/master/R/interventions.R
Which can be easily fix by changing 'params$IRS_cover >= 1' to 'params$IRS_cover <= 1'