← Back to events
ActiveAIRelease

trunk/080093474421f2c563bd83fb1c61bae5af2019d0: [BC breaking] Remove assert_allclose (#164560)

Photo: PyTorch Releases

What happened

torch.testing.assert_allclose was deprecated in favour of torch.testing.assert_close . This PR thus replaces usage of torch.testing.assert_close with torch.testing.assert_allclose and removes torch.testing.assert_allclose . Thus the PR breaks backward compatibility. Because torch.testing.assert_allclose is actually a wrapper of torch.testing.assert_close , the kwargs of the two functions overlaps largely as well as…

Summary assembled by rule from the sources below

Why it's spreading

Sources