Closed cgoliver closed 1 year ago
Patch coverage: 75.58
% and project coverage change: +3.97
:tada:
Comparison is base (
95ff2e8
) 57.54% compared to head (ac33d1e
) 61.51%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Add more testing to tasks.
In particular, each task now implement a
dummy_output()
method which returns random predictions for the test set.We test the eval by doing:
Added some other minor fixes.