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 b86ec8b commit 03b007d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_fori_loop_simple_linear_model_test_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def body_fun(l_in_i):
print("l_in_i_plus_1_: ", l_in_i_plus_1_)
print("l_out_: ", l_out_)

print("l_in_0: ", l_in_0)
l_out_expected = linear_0(l_in_0)
print("expected: ", l_out_expected)

Expand Down

0 comments on commit 03b007d

Please sign in to comment.