Skip to content

Commit 82ad34a

Browse files
committed
fix
1 parent c775745 commit 82ad34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brainpy/_src/dnn/tests/test_linear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_OneToOne(self):
6464

6565
@parameterized.product(
6666
conn=[
67-
bp.conn.FixedProb(0.1, pre=100, post=100),
67+
# bp.conn.FixedProb(0.1, pre=100, post=100),
6868
bp.conn.GridFour(pre=100, post=100),
6969
bp.conn.GaussianProb(0.1, pre=100, post=100),
7070
]

0 commit comments

Comments
 (0)