Commit 54c337e
committed
fix: Remove artificial 20-item limit on similar and subset data arrays
- Removed [:20] slice limit from similarData array
- Removed [:20] slice limit from subsetData array
- Fixed coverage index calculation for subsetData to use len(similar) instead of min(len(similar), 20)
- All similar test pairs (446) now available for pagination
- All subset duplicates now available for pagination
- Users can now see all records when selecting 'All' in Items per page
- Fixes confusion where tab showed 446 items but only 20 were accessible1 parent b1acaf4 commit 54c337e
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
734 | 734 | | |
735 | 735 | | |
736 | 736 | | |
737 | | - | |
738 | | - | |
739 | | - | |
740 | 737 | | |
741 | | - | |
742 | | - | |
| 738 | + | |
| 739 | + | |
743 | 740 | | |
744 | 741 | | |
745 | 742 | | |
| |||
0 commit comments