Skip to content

Commit 4a4d138

Browse files
committed
fix test
1 parent c6ee565 commit 4a4d138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brainpy/math/operators/tests/test_op_register.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def __init__(self, syn_class, scale=1.0, method='exp_auto', ):
114114
class TestOpRegister(unittest.TestCase):
115115
def test_op(self):
116116

117-
fig, gs = bp.visualize.get_figure(1, 1, 4, 5)
117+
fig, gs = bp.visualize.get_figure(1, 2, 4, 5)
118118

119119
net = EINet(ExponentialSyn, scale=1., method='euler')
120120
runner = bp.dyn.DSRunner(

0 commit comments

Comments
 (0)