David Lung

Results 16 comments of David Lung

Sure, you could make use of a counter to define what to do after X iterations. ``` cb() # sample_callback() if counter % X == 0 # "epoch"_callback() end counter...

Sorry for the delay. I meant that the nrniv subprocesses can become zombies. At least with ubuntu and python27.

It would be nice if one could solve this issue to get type stable containers. What was missing in that PR besides `applybranching` and `applypairwisefusion`? Maybe I will have some...

I tried to recreate the MWE I played with some weeks ago. I don't see the performance drop any longer (~20 additional allocations + exec time). Most likely, I actually...

There is some progress on https://github.com/lungd/sibernetic/tree/touch_sensation I unintentionally used the dev branch of my repo as base, instead of the dev branch of Sibernetic. Have a look at https://github.com/lungd/sibernetic/compare/development...lungd:touch_sensation?expand=1, for...

I applied some more changes: Because the worm is straightened at the beginning of the simulation, I divided the worm into segments, based on the worm's length/width/height. I defined 5...

Is pressure alone sufficient for detecting touch? I think we need to check surrounding particles as well, otherwise, we cannot distinguish between pressure coming from the environment, and pressure coming...

[Maya T. Kunkel, et al, 2000](http://www.jneurosci.org/content/20/20/7517.long) "Within the Caenorhabditis elegans genome there exist at least 42 genes encoding TWK (two-P domain K+) channels, potassium channel subunits that contain two pore...

@pgleeson I'd say, I mainly work with the ow-0.1 branch from my repo where I also merged your PR. I just realized that this PR is not working as intended....