Skip to content

Commit 4ca3dfd

Browse files
committed
Make fixes in tests to suit the change in "AI.modelget"
1 parent e91fce5 commit 4ca3dfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ def test_deprecated_modelset(self):
153153
"device": "cpu",
154154
"inputs": ["a", "b"],
155155
"minbatchsize": 0,
156+
"minbatchtimeout": 0
156157
"outputs": ["mul"],
157158
"tag": "v1.0",
158159
},
@@ -261,6 +262,7 @@ def test_modelget_meta(self):
261262
"device": "cpu",
262263
"inputs": ["a", "b"],
263264
"minbatchsize": 0,
265+
"minbatchtimeout": 0,
264266
"outputs": ["mul"],
265267
"tag": "v1.0",
266268
},

0 commit comments

Comments
 (0)