Skip to content

Commit

Permalink
Update test_model.py
Browse files Browse the repository at this point in the history
Fix typo in CUDA test.
  • Loading branch information
RaulPPelaez committed Mar 19, 2024
1 parent fae79bd commit 9546e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def test_cuda_graph_compatible(model_name):
"prior_model": None,
"atom_filter": -1,
"derivative": True,
"check_error": False,
"check_errors": False,
"static_shapes": True,
"output_model": "Scalar",
"reduce_op": "sum",
Expand Down

0 comments on commit 9546e88

Please sign in to comment.