BuddhaNexus / buddhanexus

Backend for the Buddhanexus project
8 stars 2 forks source link

353 graph view error #355

Open ayya-vimala opened 1 day ago

ayya-vimala commented 1 day ago

See issue #353 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 mostly filtered out and the result is only two items, the result is not correct. Limiting it to 2500 matches AFTER filtering is better.