numalogic icon indicating copy to clipboard operation
numalogic copied to clipboard

Fix code coverage variability in anomalies.py

Open ab93 opened this issue 2 years ago • 0 comments

Due to the random numbers generated in the AnomalyGenerator class, the coverage varies with every run. Ideally we should have have a random seed in the test file, to have reproducibility.

ab93 avatar Oct 20 '22 19:10 ab93