Skip to content

Commit 3ad4cba

Browse files
Balandatfacebook-github-bot
authored andcommitted
Fix typo in fixed_features cuda test
Summary: overlooked Reviewed By: danielrjiang Differential Revision: D16601378 fbshipit-source-id: 15960652def2b4efeffa70dc71bd09f35eb666e3
1 parent 0d714a4 commit 3ad4cba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/acquisition/test_fixed_feature.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ def test_fixed_features(self, cuda=False):
6060
with self.assertRaises(ValueError):
6161
qEI_ff(test_X)
6262

63-
def test_fix_features_cuda(self):
63+
def test_fixed_features_cuda(self):
6464
if torch.cuda.is_available():
65-
self.test_fix_features(cuda=True)
65+
self.test_fixed_features(cuda=True)

0 commit comments

Comments
 (0)