Skip to content

Commit 24537c8

Browse files
Update test.py
1 parent a2e4b65 commit 24537c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ def test_scripts_execute_multiple_list_input(self):
469469
con.tensorset("mytensor3{1}", [1], dtype="float")
470470
con.scriptexecute("myscript{1}", "func",
471471
keys=["{1}"],
472-
inputs=["mytensor3{1}", 3, ["mytensor1{1}", "mytensor2{1}", "mytensor3{1}]"], "alon", [1.25, 4.2]],
472+
inputs=["mytensor3{1}", 3, ["mytensor1{1}", "mytensor2{1}", "mytensor3{1}]"], "test", [1.25, 4.2]],
473473
outputs=["my_output{1}"])
474474
475475
values = con.tensorget("result{$}", as_numpy=False)

0 commit comments

Comments
 (0)