Padraig Gleeson
Padraig Gleeson
@volker01 Have looked at a few of these issues, see above. Please do a 'git pull' in the neuroConstruct dir, 'nc.bat -make' again and try them out. Will look at...
Have just tested and it works fine on Win with Neuron 7.2. Will the students have installed already?
Related to https://github.com/LEMS/jLEMS/issues/38 I believe...
Hi @renzocom, did you install nC with the binary installer or did you compile it from source from GitHub?
Ok, thanks for letting me know. I've to update my MacOS version soon and I'll try it out with Java 8.
One possible change to the above: did you want the total transmembrane current, i.e. currents through ion channels also? Also, do you want this at each numerical integration point, i.e....
Potential extension for cyclical graphs: add parameter `cycle_default_value` - the default value only to use when it's in a cycle, not standalone.
Not really. It's basically that one of the nodes in a cycle (e.g. A->B->C->A) needs to be flagged as "this is the one to start evaluating the nodes at". We...
@Ivy8127, it seems that supporting strings as parameters will be a bit more involved than expected... Currently the execution engine treats a string parameter as an expression to evaluate (like...
Also being worked on here: https://github.com/ModECI/MDF/tree/cyclic_graphs Need to add a field called `reduce`, can accept one of 2 keywords , `add` or `multiply`, and if inputs of different precisions, will...