We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72d75e commit 2189f51Copy full SHA for 2189f51
ngclearn/components/neurons/graded/rateCell.py
@@ -9,7 +9,7 @@
9
step_euler, step_rk2, step_rk4
10
11
## rewritten code
12
-@partial(jit, static_argnums=[3, 4, 5])
+@partial(jit, static_argnums=[5])
13
def _dfz_internal(z, j, j_td, tau_m, leak_gamma, prior_type=None): ## raw dynamics
14
z_leak = z # * 2 ## Default: assume Gaussian
15
if prior_type != None:
0 commit comments