nancheng233

Results 1 issues of nancheng233

Hello brainpy team: I found a leak problem in your sample code: ```python with jax.checking_leaks(): model = bp.dyn.HH(3, gNa=bp.init.Uniform(min_val=100, max_val=140)) inputs = np.ones(int(100./ bm.dt)) * 6. # 100 ms runner...

bug