NeuralEnsemble / PyNN

A Python package for simulator-independent specification of neuronal network models.
Other
275 stars 125 forks source link

Numpy v2: Issue with savetxt #804

Open rowleya opened 2 months ago

rowleya commented 2 months ago

It seems that the StandardTextFile uses numpy.savetxt with format %r (for repr). This unfortunately then won't load with numpy.loadtxt in Numpy v2. Instead, not using a format appears to work.