Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test: added assertion that the dipole list is not empty in test_gui_run_simulation_mpi Previously this test was passing with an empty dipole list. It was not checking any dipoles were actually created. * test: changed test_gui_run_simulation_mpi to use the default network -The test fixture network was not working with MPI. Presumably because the smaller network used in the fixture was not compatible with the multiprocessing subprocess call. -We were encountering an error at the h.finitialize step of network_builder > _simulate_single_trial when using the fixture network. The error was within neuron: "NEURON: mindelay is 0 (or less than dt for fixed step method)".
- Loading branch information