mrc-ide / helios

Simulating far UVC for pathogen control
https://mrc-ide.github.io/helios/
Other
5 stars 0 forks source link

`create_variables` return #103

Open athowes opened 4 months ago

athowes commented 4 months ago

I get tripped up sometimes because create_variables creates something with variables_list and parameters_list:

  return(list(variables_list = variables_list,
              parameters_list = parameters_list))

(I sometimes expect it to be just the variables_list.)

Not suggesting a change just flagging.