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 Raise an error when the respective functions are called with Jax backend and use skipif for the test cases (see other files) =========================== short test summary info ============================ |
Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/41af369c-c7e8-4c59-8556-beedc0715fec Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com>
Fixed in commit c624c29. Both |
|
@copilot Do not use numpy anywhere except numpy.testing. Also, fix the errors below for the pytorch backend. =========================== short test summary info ============================ |
- Add import math and use math.isfinite for scalar float check in _solve_gated_assignment - Wrap scipy cdist results with asarray() for backend compatibility in apply and estimate_thin_plate_spline - Replace numpy calls in test with pyrecest.backend equivalents (concatenate, eye, ones, linalg.pinv) - Remove unused numpy import from test file Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com>
|
@copilot Why does this fail for pytorch backend and can you fix it? =========================== short test summary info ============================ |
Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/50a02880-d6f1-48dc-9b4c-a2e62fbe0ffa Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com>
The failure was caused by Fixed in d9200ba by replacing all |
|
@copilot Fix this problem that occurs when using the pytorch backend. =========================== short test summary info ============================ |
Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/28161e8d-8d6e-4c34-a827-c57441a5a2b1 Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com>
PyTorch tensors don't have Fixed in ecde25c by replacing all four |
7b21428 to
429a157
Compare

No description provided.