-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export run_resumable_simulation into namespace #314
Comments
Yes I believe you’re right (albeit I think it’s an I’d be curious to hear more your use case! You’re the first person to try this feature in practice, hence the snags. Let me know if anything else comes up. I’ve been meaning to write some vignette about it but haven’t got around to it yet. |
Fantastic, thanks Paul! For now the triple colon works great. @htopazian and I are setting up some context-specific runs where vaccine efficacy and carrying capacity parameters change halfway through the simulation (IE, modelling the introduction of mosquito gene drives and blood-stage vaccines). I launched a few test models yesterday and they seem to have completed, so will plot them to see how they look! The code is in development but here is my use case: Also happy to write a vignette for this based on the tests, since I'll be playing around with this feature today anyway. Thanks for your help! |
Does automatic closing of issues when merging a PR not work on this repo? |
Ah I think it's because the PR was merged onto |
Hi @giovannic and @plietar !
I might be missing something here, but I believe
run_resumable_simulation
needs to be imported into the malariasimulation namespace via a@import
call. Hoping to test the functionality, and I think this is my issue!malariasimulation/R/model.R
Lines 92 to 104 in 3ecb72a
The text was updated successfully, but these errors were encountered: