Currently the adler_outliers_day.py script takes ~1.5 hours for ~3500 objects but this can be greatly improved with multiprocessing as the per-object analysis is independent and only the writing to the same final database would need more careful consideration
Currently the adler_outliers_day.py script takes ~1.5 hours for ~3500 objects but this can be greatly improved with multiprocessing as the per-object analysis is independent and only the writing to the same final database would need more careful consideration