Skip to content

Commit f6f65c2

Browse files
committed
keep this test simple
1 parent f8da478 commit f6f65c2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/test_real_encoder.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,7 @@ def test_net(type, x):
224224

225225
def test_symbolic_real_encoder():
226226
def test_net(type, x):
227-
x = real_encoder.real_encoder_layer(type)(3)(x)
228-
# x = x.ravel()
229-
# x = real_encoder.real_encoder_layer(type)(4)(x)
230-
# x = x.ravel()
231-
return x
227+
return real_encoder.real_encoder_layer(type)(3)(x)
232228

233229
soft, hard, symbolic = neural_logic_net.net(test_net)
234230

0 commit comments

Comments
 (0)