Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] Add BasePredictionWriter 3/3 #7127
[feat] Add BasePredictionWriter 3/3 #7127
Changes from 54 commits
2e9b932
7effee2
9321a73
128cc45
c7e49e9
9f82f7a
ce85174
d3f9f30
e1ccd1a
2a994db
69b6d77
bcf3c2b
643c8e5
7109c16
fea8294
ce2656d
4ba47ed
0705ca7
54a5008
1bf0325
5243c91
550d3f3
0169e9e
4962459
a371c5c
a163c2d
63551ca
0937e73
d4f523e
9a44529
d66d704
71685f2
89b281e
4416fa5
b627ed0
e2d202c
851fb5f
e58c707
8b8258c
33dafe2
6d752be
2012a64
e7fa7f9
0ae1bdd
6ab6228
681fe12
8d4f26e
89e2286
f8de388
b8386a5
7c4c391
7e7885c
0505e96
f054e62
721f589
c55d78a
ee5aac0
5572aa9
b3f60b8
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to be careful that we don't overload these test helper functions with complexity. If the test functions are too complex we would need tests for the tests and so this goes in circles xD
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also rather keep them protected so noone would import them...