It seemed like more trouble than it was worth for this demonstration project to port all of the distribution configuration (constant, uniform, bimodal, gaussian, etc.) just for one hepatocyte-stage duration parameter, which was until recently configured as constant anyways.
So presently, it just looks like this:
incubation_period = pset["Base_Incubation_Period"].cast<float>();
Rather than this:
"Incubation_Period_Distribution": "GAUSSIAN_DISTRIBUTION",
"Incubation_Period_Gaussian_Mean": 6.5,
"Incubation_Period_Gaussian_Std_Dev": 1,
It seemed like more trouble than it was worth for this demonstration project to port all of the distribution configuration (constant, uniform, bimodal, gaussian, etc.) just for one hepatocyte-stage duration parameter, which was until recently configured as constant anyways.
So presently, it just looks like this:
incubation_period = pset["Base_Incubation_Period"].cast<float>();Rather than this: