Total number of matches doesn't match graph total on small datasets.
FOR current_parallel IN SLICE(target_file.parallels_randomized, 0, 2500) only works for larger datasets. If the first 2500 matches in the randomized dataset are all filtered out the result is not correct.
Total number of matches doesn't match graph total on small datasets.
FOR current_parallel IN SLICE(target_file.parallels_randomized, 0, 2500)
only works for larger datasets. If the first 2500 matches in the randomized dataset are all filtered out the result is not correct.