"git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "0bd91484f6e0af44be4e293e77b254282e551b1a"
replace torch.testing.assert_allclose with torch.testing.assert_close
Summary: Pull Request resolved: https://github.com/facebookresearch/d2go/pull/409 `assert_close` is preferred over `assert_allclose`: https://github.com/pytorch/pytorch/issues/61844 The `assert_allclose` was removed yesterday in https://github.com/pytorch/pytorch/pull/87974, causing test to fail, eg. https://github.com/facebookresearch/d2go/actions/runs/3389194553/jobs/5632021291 Reviewed By: sstsai-adl Differential Revision: D41000306 fbshipit-source-id: 7bd1cb9d5edf0a4609a909e2283df411bcabdf13
Showing
Please register or sign in to comment