Closed alexnikulkov closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.19%. Comparing base (
e38f01b
) to head (11639d6
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary: Regular asserts don't print an informative message when they fail. Replacing with
torch.testing
asserts, which print out useful information for debuggingDifferential Revision: D56588249