2
I Use This!
Very Low Activity

News

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Posted over 12 years ago by apdavison
Neuron recording references cell.source_section instead of cell directly
Posted over 12 years ago by apdavison
Added CloneConnector? class
Posted over 12 years ago by apdavison
Updated README, added .gitignore
Posted over 12 years ago by yorichchori
After installing PyNN 0.8, I got the following error when trying to import it into Python. (Below is an example with brian; the same error occurred for NEST and NEURON as well.) from pyNN.brian import * Traceback (most recent call last): ... [More] File "<stdin>", line 1, in <module> File "/usr/local/lib/python2.7/dist-packages/pyNN/brian/init.py", line 12, in <module> from pyNN.brian import simulator File "/usr/local/lib/python2.7/dist-packages/pyNN/brian/simulator.py", line 26, in <module> from pyNN import common File "/usr/local/lib/python2.7/dist-packages/pyNN/common/init.py", line 48, in <module> from populations import IDMixin, BasePopulation?, Population, PopulationView?, Assembly, is_conductance File "/usr/local/lib/python2.7/dist-packages/pyNN/common/populations.py", line 16, in <module> from pyNN import random, recording, errors, standardmodels, core, space, descriptions File "/usr/local/lib/python2.7/dist-packages/pyNN/standardmodels/init.py", line 21, in <module> from pyNN import errors, models File "/usr/local/lib/python2.7/dist-packages/pyNN/models.py", line 10, in <module> from pyNN.parameters import ParameterSpace? File "/usr/local/lib/python2.7/dist-packages/pyNN/parameters.py", line 13, in <module> from lazyarray import partial_shape ImportError?: cannot import name partial_shape I inspected lazyarray.py, and found that partial_shape was not a class, but a function. I am wondering if parameters.py is referring to some older version of lazyarray. I am not sure of the root causes of the problem. [Less]
Posted over 12 years ago by apdavison
reporter, description, summary changed
Posted over 12 years ago by apdavison
reporter, description, summary changed
Posted over 12 years ago by apdavison
reporter, description, summary changed
Posted over 12 years ago by apdavison
reporter, description, summary changed
Posted over 12 years ago by apdavison
reporter, description, summary changed
Posted over 12 years ago by apdavison
reporter, description, summary changed