From 1dd230d835f7b0382535d82a6344785262a01a3f Mon Sep 17 00:00:00 2001 From: Mainak Jas Date: Wed, 19 Jun 2019 17:27:53 -0400 Subject: [PATCH] DOC Update whats_new + cleanup --- doc/whats_new.rst | 2 ++ mne_neuron/dipole.py | 4 ---- mne_neuron/params.py | 4 ---- 3 files changed, 2 insertions(+), 8 deletions(-) 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'] = {