Closed alexnikulkov closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.91%. Comparing base (
3200afa
) to head (1100da0
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary: Regular asserts like
self.assertTrue(torch.equal(actions[i], action))
don't print an informative message when they fail. Replacing with torch.testing asserts, which print out useful information for debuggingDifferential Revision: D56644803