Added Murty-based k-best partial assignment#1738
Conversation
✅MegaLinter analysis: Success
See detailed reports in MegaLinter artifacts Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining
|
|
@copilot Suppress the too-many-locals and fix the others pyrecest/utils/assignment.py:207: error: Need type annotation for "solution_heap" (hint: "solution_heap: list[] = ...") [var-annotated] |
|
@copilot Do not use numpy (except numpy.testing), only use pyrecest.backend |
…gnment.py Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/44825912-e64b-4f73-a35d-56c3791cb99a Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com>
Fixed in 6c69d17:
|
|
@copilot Ignore too-many-locals, fix the rest ************* Module pyrecest.filters.multi_hypothesis_tracker |
…ny-locals; fix protected-access warnings Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/bd8f9d4b-e2a9-4a7d-9c85-2d29e0be37df Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com>
Done in bbc3b52. Replaced
Fixed in bbc3b52:
|
|
@copilot Make the respectdive functions fail for jax backend and skip test cases with skipif (as in other files). =========================== short test summary info ============================ |
…; add skipIf decorators in tests Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/a6374baf-ebe6-4629-9fa6-baf8f4fbb0e4 Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com>
Done in 1419db9. |
|
@copilot Use from copy import copy =========================== short test summary info ============================ |
Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/44475037-1a5a-4de4-ab10-81b3ca9a98df Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com>
|
@copilot The error below only happens for the pytorch interface. Can you fix it? =========================== short test summary info ============================
|
…tuple shape, int64 dtype Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/f699ff14-0aa5-40e1-93a1-b9f8b7ff6876 Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com>
Fixed in 7e934b6. Three PyTorch-specific issues were addressed in
|
7b21428 to
429a157
Compare

No description provided.