Skip to content

Commit 4c037c5

Browse files
authored
LIG Updated Tests
1 parent 046f609 commit 4c037c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_community/acquisition/test_latent_information_gain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def setUp(self):
1010
self.x_dim = 2
1111
self.y_dim = 1
1212
self.r_dim = 8
13-
self.z_dim = 8
13+
self.z_dim = 3
1414
self.r_hidden_dims = [16, 16]
1515
self.z_hidden_dims = [32, 32]
1616
self.decoder_hidden_dims = [16, 16]

0 commit comments

Comments
 (0)