You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sim_*() functions accept an anonymous function as input for delay distributions, but the definition of the contact distribution and Ct distribution are defined by a character string and a named vector for the distribution parameters.
There doesn't seem any need to have this inconsistency in the package and they both defining distributions.
The create_config() function should be updated to create anonymous functions by default, matching the design of the sim_*() functions; and the internal simulation code should be updated to use anonymous functions instead.
The text was updated successfully, but these errors were encountered:
The
sim_*()
functions accept an anonymous function as input for delay distributions, but the definition of the contact distribution and Ct distribution are defined by acharacter
string and a named vector for the distribution parameters.There doesn't seem any need to have this inconsistency in the package and they both defining distributions.
The
create_config()
function should be updated to create anonymous functions by default, matching the design of thesim_*()
functions; and the internal simulation code should be updated to use anonymous functions instead.The text was updated successfully, but these errors were encountered: