We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c775745 commit 82ad34aCopy full SHA for 82ad34a
brainpy/_src/dnn/tests/test_linear.py
@@ -64,7 +64,7 @@ def test_OneToOne(self):
64
65
@parameterized.product(
66
conn=[
67
- bp.conn.FixedProb(0.1, pre=100, post=100),
+ # bp.conn.FixedProb(0.1, pre=100, post=100),
68
bp.conn.GridFour(pre=100, post=100),
69
bp.conn.GaussianProb(0.1, pre=100, post=100),
70
]
0 commit comments