Ryan Thorpe
Ryan Thorpe
We actually do call `ParallelContext.set_maxstep()` on each rank [here](https://github.com/jonescompneurolab/hnn-core/blob/c81e5b87fbcc13bd4c6e5a403e838ca63ea16760/hnn_core/network_builder.py#L63). (Note that [`ParallelContext.set_maxstep()`](https://www.neuron.yale.edu/neuron/static/py_doc/modelspec/programmatic/network/parcon.html#ParallelContext.set_maxstep) will set the max step interval between synchronizations to the minimum netcon delay, not necessarily to the upper...
I'm guessing you merged master with your `clear_drive` branch? We want to maintain a clean commit history, so rebasing instead of merging is the way to go here. You could...
> Hey @jasmainak I redesigned the code. It passed all the tests in my local system but here the tests are failing for a file I didn't even change... Looks...
Just to clarify, I understand the utility of having `net.clear_drives` call `net.clear_connectivity`: the first clears `net.external_drives` and then outsources clearing the drive connectivity to the second. My only issue is...
Great, let's set this one to "[WIP]" as well and keep it on the back burner until #702 is complete.
Yeah, I'm guessing the `rate_constant` variable somewhere gets typecasted differently based on it's target population if it gets entered by the user as type int vs float vs dict. Probably...
Can we close this @dylansdaniels, or is there still stuff left to do?
If you're interested in hacking it in the short term, [here](https://github.com/rythorpe/hnn-core/blob/L6_model/rs_dd_project/opt_baseline_drive.py) is an example of how to optimize a specific subset of the parameters for a poisson drive. This example...
Not sure honestly. Whoever works on it will just need to think carefully about how to efficiently use the `CellResponse` object so that we make the code for each of...