NeuromorphicProcessorProject / snn_toolbox

Toolbox for converting analog to spiking neural networks (ANN to SNN), and running them in a spiking neuron simulator.
MIT License
360 stars 104 forks source link

Remove call of np.asscalar() #124

Closed ej159 closed 2 years ago

ej159 commented 2 years ago

An error is used when using deprecated call to np.asscalar(). Fixes #123.