INM-6 / multi-area-model

A large-scale spiking model of the vision-related areas of macaque cortex.
Other
71 stars 48 forks source link

Fix the bug due to deprecation of np.float #65

Closed didi-hou closed 5 months ago

didi-hou commented 5 months ago

This PR fixed the bug due to the deprecation of np.float. It replaced the np.float with python built-in float and it's equivalent to np.float64