Skip to content

Commit 5466231

Browse files
mruberryfacebook-github-bot
authored andcommittedJun 26, 2020
Fixes lint (pytorch#40606)
Summary: '= ' => '=' Pull Request resolved: pytorch#40606 Differential Revision: D22252511 Pulled By: mruberry fbshipit-source-id: 5f90233891be58a742371e4416166a267aee4669
1 parent ac79c87 commit 5466231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/test_bundled_images.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ def forward(self, arg):
6060
self.assertEqual(len(inflated), 1)
6161
self.assertEqual(len(inflated[0]), 1)
6262
self.assertEqual(raw_data.shape, decoded_data.shape)
63-
self.assertTrue(torch.allclose(raw_data, decoded_data, atol=0.1, rtol= 1e-01))
63+
self.assertTrue(torch.allclose(raw_data, decoded_data, atol=0.1, rtol=1e-01))

0 commit comments

Comments
 (0)
Please sign in to comment.