Mainak Jas
Mainak Jas
@rythorpe I would suggest that we copy [these lines](https://github.com/neuronsimulator/nrn/blob/70c62a4a1ec4a17dd0e5901f85434386d0e689c7/ci/win_install_deps.cmd#L39-L45) from the Neuron CIs so we avoid regressions in the future. The CIs will initially fail but you can work backwards...
It would also be nice to update this document once we figure out how to make it work: https://jonescompneurolab.github.io/hnn-core/stable/parallel.html#mpi
umm ... I don't think so. See [here](https://github.com/jonescompneurolab/hnn-core/actions/runs/3943304102/jobs/6747987157) for the last windows CI run on master  see the skipped test on parallel backends
No they don't fail. They just get skipped if MPI is not installed. It keeps the barrier low for new developers
you almost never want to do a merge or pull (fetch + merge) when working on public repos. Just fetch the latest master and rebase: ```py $ git fetch upstream...
Thanks a lot @chenghuzi for the summary!
It sounds like a bug with type checks and type casting. On Tue 4 Jul 2023 at 08:06, Nicholas Tolley ***@***.***> wrote: > Weird bug, if you set cell_specific=False and...
@wagdy88 I rebased the branch for you, so that the error should be fixed. Can you try to push forward now? To get this branch, do: ```sh $ cd hnn-core...
you read our mind! It is upcoming in @carolinafernandezp 's PR #652 ... unfortunately, specific parameters might be a little hard to extract in `optimize_evoked` unless you or someone here...
could this be a beginner or intermediate issue?