The package could need so "repeatability" tests, that is, tests that make sure results don't change between updates/versions as long as the input and methods are the same. The current set of tests are focused on making sure output is of proper data type and dimensions.
This will make it safe to optimize code, introduce parallelism (#37) etc. Right now we don't know if a small tweak breaks the results.
The package could need so "repeatability" tests, that is, tests that make sure results don't change between updates/versions as long as the input and methods are the same. The current set of tests are focused on making sure output is of proper data type and dimensions.
This will make it safe to optimize code, introduce parallelism (#37) etc. Right now we don't know if a small tweak breaks the results.