numalogic
numalogic copied to clipboard
Fix code coverage variability in anomalies.py
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.