"pcdet/vscode:/vscode.git/clone" did not exist on "707a861a572dc465e2ff2bc1c84c75bec6bdb3db"
Commit c2f46ce8 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix OPM test

parent 07f98811
......@@ -92,7 +92,7 @@ class TestOuterProductMean(unittest.TestCase):
# Even when correct, OPM has large, precision-related errors. It gets
# a special pass from consts.eps.
self.assertTrue(torch.max(torch.abs(out_gt - out_repro) < 5e-4))
self.assertTrue(torch.max(torch.abs(out_gt - out_repro)) < 5e-4)
if __name__ == "__main__":
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment