MRC-CSO-SPHSU / UKSEABMLib.jl

MIT License
1 stars 1 forks source link

Moving all assertions and consistency checking to unit tests #60

Open AtiyahElsheikh opened 1 year ago

AtiyahElsheikh commented 1 year ago

There are random ad-hoc assertions that are conducted across the code, many of which are excessively executed. It is beneficial in terms of correctness and performance to carry out such checking along unit tests.

Related to #31 #39 #58 #59

AtiyahElsheikh commented 1 year ago

Basics:

After initialisation:

During simulation: