Skip to content

Commit 9546e88

Browse files
authored
Update test_model.py
Fix typo in CUDA test.
1 parent fae79bd commit 9546e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def test_cuda_graph_compatible(model_name):
119119
"prior_model": None,
120120
"atom_filter": -1,
121121
"derivative": True,
122-
"check_error": False,
122+
"check_errors": False,
123123
"static_shapes": True,
124124
"output_model": "Scalar",
125125
"reduce_op": "sum",

0 commit comments

Comments
 (0)