Padraig Gleeson
Padraig Gleeson
Fixed in #327
@mwatts15 Agreed, this would be useful. I (partially) did this for the Dockerfile for python 2, but don't hold much hope of that staying working for too long, but that's...
Closing as I believe the issue with the certificate for the main site is fixed, and while https://browser.openworm.org/ fails only http://browser.openworm.org/ is used on the main site
Looking into this a bit (trying option 2)... I guess using Python 3 is a deal breaker for you @rgerkin?
Getting an error when running python generic_demo.py ``` Process LPU-2: Traceback (most recent call last): File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/padraig/NK/src/neurokernel/neurokernel/core.py", line 772, in run self.pre_run() File...
I managed to get some of the nk examples running successfully by updating my version of the CUDA libraries & pycuda (so ignore the error above), but a helper script...
Great, thanks. Worked for me. Would be a good idea too as you say to integrate it into the set-up scripts to tell users whether the minimal requirements have been...
Not yet, but there is work under way for jNeuroML to create parallel Neuron compatible code. This would be either through generating PyNN (though there aren't gap junctions supported there),...
The bottleneck here will probably be the volume of data being saved/reloaded rather than the fact that it needs to run on multiple procesors. One solution might be to specify...
@slarson Technically you could use the c302 generated python Neuron code (as is used for sibernetic interactions) and play a single time step, adjust the properties of some cells (e.g....