Skip to content

Commit

Permalink
Update test/optim/test_optimize.py
Browse files Browse the repository at this point in the history
Co-authored-by: Max Balandat <Balandat@users.noreply.github.com>
  • Loading branch information
jduerholt and Balandat authored Jul 3, 2023
1 parent 3cf28b1 commit a4445be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/optim/test_optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ def nlc4(x):
self.assertTrue(
torch.allclose(
candidates,
torch.tensor([[2, 1, 1]], **tkwargs),
torch.tensor([[2.0, 1.0, 1.0]], **tkwargs),
)
)
self.assertTrue(
Expand Down

0 comments on commit a4445be

Please sign in to comment.