Conversation
Jobs with IDs > 100 were appearing after single-digit jobs because get_jobs() returned results in index order without numeric sorting. Sort results by job ID descending (newest first) in the SDK. Bump lab-sdk version to 0.1.5.
Paragon SummaryThis pull request review identified 1 issue across 1 category in 3 files. The review analyzed code changes, potential bugs, security vulnerabilities, performance issues, and code quality concerns using automated analysis tools. This PR fixes a sorting bug where jobs with IDs greater than 100 incorrectly appeared after single-digit jobs in the Tasks list by adding numeric descending sort in the SDK's Key changes:
Confidence score: 4/5
3 files reviewed, 1 comment Severity breakdown: Medium: 1 Tip: |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
No point in merging this if Deep is converting to short ids |
Summary
get_jobs()returned results in index order without numeric sortingExperiment.get_jobs()in the SDKTest plan