MRC-CSO-SPHSU / UKSEABMLib.jl

MIT License
1 stars 1 forks source link

model consistency checking #39

Open AtiyahElsheikh opened 1 year ago

AtiyahElsheikh commented 1 year ago

There is ad-hoc consistency checking within many functions, e.g. assertions.

Goal is to enhance the library with functions for validating the consistency of the model variables at any time step.

AtiyahElsheikh commented 1 year ago

Some inconsistencies and bugs have been identified and corrected in population initialisation, cf. #59

Some other checks to carry at initial population level

It is desired to carry out such verification under unit tests, cf. #60