Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai committed Apr 10, 2024
1 parent 03b007d commit cc21a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_fori_loop_simple_linear_model_test_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
print("linear one: ", l_out)

# --- while test case ---
upper = torch.tensor([5], dtype=torch.int32, device=device)
upper = torch.tensor([1], dtype=torch.int32, device=device)
lower = torch.tensor([0], dtype=torch.int32, device=device)
init_val = torch.tensor([1], dtype=torch.int32, device=device)

Expand Down

0 comments on commit cc21a02

Please sign in to comment.