MRC-CSO-SPHSU / LoneParentsModel.jl

An initial implementation of an ABM for social and child care
0 stars 4 forks source link

get rid of `struct *Data` #164

Open mhinsch opened 1 year ago

mhinsch commented 1 year ago

This is very redundant at the moment. Each data item exists as a member in Model as well as in Data. On reading Data each of them has to be copied over manually. Currently Data also mixes setup data with data required for the simulation.