Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
Added BatchSimulate class for batch simulations
  • Loading branch information
samadpls committed Jun 3, 2024
1 parent 8d464c6 commit 670a65c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ env/
venv/
ENV/
VENV/
test.*
hnn_core/mod/

# Sphinx documentation
doc/_build/**
Expand Down
2 changes: 1 addition & 1 deletion hnn_core/batchsimulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self, set_params, net_name='jones', tstop=170,
self.n_trials = n_trials

def run(self, param_grid, max_size=None, return_output=True,
save_output=False, fpath='./', n_jobs=-1):
save_output=False, fpath='./', n_jobs=1):
"""
Run batch simulations.
Expand Down

0 comments on commit 670a65c

Please sign in to comment.