ThomUK / DESPatientPathway

A shiny app modelling hospital patient pathways
Other
4 stars 1 forks source link

Minimum number of cores should be 1 #30

Closed ThomUK closed 4 months ago

ThomUK commented 4 months ago

This line in run_sim.R can result in zero cores being specified, which is an error: num_cores <- parallel::detectCores() - 1