Skip to content

Commit 529e36c

Browse files
authored
Update Parameters
1 parent c4f5f87 commit 529e36c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test_community/acquisition/test_latent_information_gain.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ def setUp(self):
2525
r_dim=self.r_dim,
2626
z_dim=self.z_dim,
2727
)
28-
self.acquisition_function = LatentInformationGain(
29-
model=self.model,
30-
)
28+
self.acquisition_function = LatentInformationGain(self.model)
3129
self.candidate_x = torch.rand(5, self.x_dim)
3230

3331
def test_initialization(self):

0 commit comments

Comments
 (0)