diff --git a/doc/whats_new.rst b/doc/whats_new.rst index d9f73b88a..f3f35d3ef 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -15,6 +15,8 @@ Current Changelog ~~~~~~~~~ +- Add ability to simulate multiple trials in parallel using joblibs, by `Mainak Jas`_ in `#44 `_ + Bug ~~~ diff --git a/mne_neuron/dipole.py b/mne_neuron/dipole.py index 7af115a9c..8fd6584e9 100644 --- a/mne_neuron/dipole.py +++ b/mne_neuron/dipole.py @@ -144,10 +144,6 @@ def simulate_dipole(net, n_trials=1, n_jobs=1): net.spikegids = spikegids return dpl -# TODO: add crop method to dipole -# add read_dipole function -# add mechanism info to cell repr - class Dipole(object): """Dipole class. diff --git a/mne_neuron/params.py b/mne_neuron/params.py index f2fe0975a..bc5a9ed77 100644 --- a/mne_neuron/params.py +++ b/mne_neuron/params.py @@ -327,10 +327,6 @@ def create_pext(p, tstop): check_pois_synkeys(p) - # # define T_pois as 0 or -1 to reset automatically to tstop - # if p['T_pois'] in (0, -1): - # p['T_pois'] = tstop - # Poisson distributed inputs to proximal # NEW: setting up AMPA and NMDA for Poisson inputs; why delays differ? p_unique['extpois'] = {