Skip to content

Commit 7862187

Browse files
committed
fixed test dropconnectlayer
1 parent b17b2e4 commit 7862187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_layers_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@
175175
if len(net.all_layers) != 2:
176176
raise Exception("layers dont match")
177177

178-
if len(net.all_params) != 2:
178+
if len(net.all_params) != 4:
179179
raise Exception("params dont match")
180180

181-
if net.count_params() != 78500:
181+
if net.count_params() != 88600:
182182
raise Exception("params dont match")

0 commit comments

Comments
 (0)