File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ This can be done as follows (using the meta-parameters we provide in the code bl
3030``` python
3131from jax import numpy as jnp, random, jit
3232from ngcsimlib.context import Context
33- import numpy as np
34- np.random.seed(42 )
3533from ngclearn.components import ExponentialSynapse, AlphaSynapse, DoupleExpSynapse
3634
3735from ngcsimlib.compilers.process import Process
@@ -246,8 +244,6 @@ We will specifically model the excitatory and inhibitory conductance changes usi
246244``` python
247245from jax import numpy as jnp, random, jit
248246from ngcsimlib.context import Context
249- import numpy as np
250- np.random.seed(42 )
251247from ngclearn.components import ExponentialSynapse, PoissonCell, LIFCell
252248from ngclearn.operations import summation
253249
You can’t perform that action at this time.
0 commit comments