Skip to content

Commit

Permalink
upgrade pyre version in fbcode/vision - batch 2
Browse files Browse the repository at this point in the history
Differential Revision: D51902460

fbshipit-source-id: 3ffc5d7d2da5c5d4e971ee8275bd999c709e0b12
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Dec 7, 2023
1 parent 9d683aa commit e8d19df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def test_buffer(self) -> None:
values, iterations = zip(*buf.values())
self.assertEqual(len(values), buffer_len)
self.assertEqual(len(iterations), buffer_len)
# pyre-fixme[16]: `bool` has no attribute `all`.
self.assertTrue((values == gt[-buffer_len:]).all())
iterations_gt = np.arange(gt_len - buffer_len, gt_len)
self.assertTrue(
Expand Down

0 comments on commit e8d19df

Please sign in to comment.