Conversation
* finish GaussVonMisesDistribution implementation based on MATLAB reference Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/a9fab6f5-7ffd-468a-90e7-2ef9157abbe7 Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com> * Replace numpy with pyrecest.backend imports throughout GaussVonMisesDistribution Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/030fb66f-0644-4d98-9145-e1fda2ff801d Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com> * Clean up redundant asarray conversions in gauss_von_mises_distribution Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/030fb66f-0644-4d98-9145-e1fda2ff801d Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com> * Remove all asarray usages, use array() and direct backend array access instead Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/fabb250f-e994-4c9c-a043-86b7c06f4b68 Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com> * Replace numpy imports with pyrecest.backend in test file Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/24a5f65f-a732-49b3-abf6-fa0675f42c2d Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com>
❌MegaLinter analysis: Error
Detailed Issues❌ PYTHON / pylint - 8 errorsSee 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 There are errors for the jax backend. Can you fix them? =========================== short test summary info ============================ |
…uments Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/6380f825-3a13-43bb-8b5b-69da0451b6dd Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com>
Fixed in commit |
|
@copilot Can you fix the last error? For the first two, just throw an error when the respective function is called with the jax backend. Use skipif to skip the corresponding tests (as done in other files). =========================== short test summary info ============================ |
…NotImplementedError Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/d8948d23-f97d-4280-b887-badd17c3f12e Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com>
Fixed in commit
|
7b21428 to
429a157
Compare

No description provided.