Skip to content

Commit 162684d

Browse files
generatedunixname647790274085263facebook-github-bot
generatedunixname647790274085263
authored andcommitted
Unpin glow/glow/torch_glow from Python 3.8
Reviewed By: itamaro Differential Revision: D55569640 fbshipit-source-id: 2eef35649c4ad8dcd3f89f0384dd5778064c922f
1 parent aa6a9e5 commit 162684d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: torch_glow/tests/nodes/bitwise_or_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class TestBitwiseOr(utils.TorchGlowTestCase):
3636
[
3737
lambda: (
3838
"basic",
39-
torch.tensor([0x01, 0x03, 0xFFFFFFF0, 0x5], dtype=torch.int32),
39+
torch.tensor([0x01, 0x03, 0x7FFFFFF0, 0x5], dtype=torch.int32),
4040
torch.tensor([0x02, 0x03, 0x2, 0x1F], dtype=torch.int32),
4141
),
4242
lambda: (

0 commit comments

Comments
 (0)