returnn
returnn copied to clipboard
`PostprocessingDataset`: add composition function
Makes a common pattern much easier.
@albertz Any comments on the added docs?
What is the syntax for the comments that turn off the linter for a specific line?
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.