Skip to content

Commit

Permalink
DOC Update whats_new + cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak committed Aug 17, 2019
1 parent 5740fe6 commit 3467f96
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 2 additions & 0 deletions doc/whats_new.rst
Expand Up @@ -15,6 +15,8 @@ Current
Changelog
~~~~~~~~~

- Add ability to simulate multiple trials in parallel using joblibs, by `Mainak Jas`_ in `#44 <https://github.com/jasmainak/mne-neuron/pull/44>`_

Bug
~~~

Expand Down
4 changes: 0 additions & 4 deletions mne_neuron/dipole.py
Expand Up @@ -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.
Expand Down
4 changes: 0 additions & 4 deletions mne_neuron/params.py
Expand Up @@ -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'] = {
Expand Down

0 comments on commit 3467f96

Please sign in to comment.