pytorch
613c1aca - Adds support for automated error and warning testing (#67354)

Commit
4 years ago
Adds support for automated error and warning testing (#67354) Summary: Adds a new class `ErrorOrWarningInput` that is a `SampleInput` with some additional metadata for validating that `SampleInput` throws the desired warning or error. The architecture to support these new tests is modeled after the existing reference tests and sample input functions. Existing invalid input tests for neg and kthvalue are ported to the new scheme to validate it. There may be a simpler/clearer naming scheme we can use here. Pull Request resolved: https://github.com/pytorch/pytorch/pull/67354 Reviewed By: jbschlosser Differential Revision: D31989888 Pulled By: mruberry fbshipit-source-id: 4fa816e1e8d0eef21b81c2f80813d42b2c26714e
Author
Mike Ruberry
Parents
Loading