Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
kohl-carmen authored and jasmainak committed Nov 22, 2020
1 parent a55bb0a commit f6e0ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plot_simulate_evoked.py
Expand Up @@ -46,7 +46,7 @@
from hnn_core import JoblibBackend

with JoblibBackend(n_jobs=1):
dpls = simulate_dipole(net, n_trials=1,postproc=True)
dpls = simulate_dipole(net, n_trials=1, postproc=True)

###############################################################################
# and then plot it
Expand Down

0 comments on commit f6e0ee6

Please sign in to comment.