-
Notifications
You must be signed in to change notification settings - Fork 130
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
PostprocessingDataset
: add composition function
#1609
Conversation
03d0186
to
e224b4d
Compare
e224b4d
to
27437fe
Compare
Co-authored-by: Albert Zeyer <albzey@gmail.com>
Co-authored-by: michelwi <michelwi@users.noreply.github.com>
What is the syntax for the comments that turn off the linter for a specific line? |
Why? Where do you want to turn it off? I'm pretty sure there are no valid cases here to turn it off. All warnings given by the linter (see failing test) are totally correct, and you should fix the code instead. |
Co-authored-by: Albert Zeyer <albzey@gmail.com>
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.
Please resolve the merge conflicts, then it can be merged.
Makes a common pattern much easier.
@albertz Any comments on the added docs?