reconhub / earlyR

Estimation of infectiousness in the early stage of an outbreak, with short-term predictions.
http://www.repidemicsconsortium.org/earlyR
Other
9 stars 3 forks source link

change MAX_T to be dynamic in get_R.integer #18

Open annecori opened 5 years ago

annecori commented 5 years ago

Currently lines 133-136 in get_R.integer read:

 ## maximum numbers of time steps the distribution of the serial interval is
  ## discretized for

  MAX_T <- 1000

probably best to add MAX_T as a parameter of the function with default value 1000?

annecori commented 5 years ago

same for GRID_SIZE in line 207 of the same file