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 these warnings ************* Module pyrecest.utils.multisession_assignment Your code has been rated at 10.00/10 |
Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/125f60e6-85db-4faa-9768-60d12a3c8eae Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com>
|
@copilot Do not import numpy except for numpy.testing. import from pyrecest.backend (as done in other files). |
Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/c4d8e0ab-3207-4176-8206-ae8ce08944b4 Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com>
Done in 02e6060. Replaced |
|
@copilot There are loads of errors about missing numpy. Import the respective functions from pyrecest.backend and do not prefix them with numpy or np. ERROR pyrecest/tests/test_evaluation_basic.py - NameError: name 'np' is not defined |
Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/4d3a0fe3-bb75-4da9-91ed-f7b7b542192b Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com>
|
@copilot Make the functions fail via an assertion for jax backend. Skip the test cases using skipif (see other classes). =========================== short test summary info ============================ |
Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/ed2a9652-f4c6-4046-822d-f639d530d737 Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com>
Done in c6bd12f. Added |
|
@copilot Failure with pytorch backend, please fix: =========================== short test summary info ============================ |
Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/1a0d4f8c-caed-4853-a93c-d7c970b4c698 Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com>
Fixed in 3d3785b. PyTorch's |
7b21428 to
429a157
Compare

No description provided.