Skip to content

Commit

Permalink
Defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnnsnk authored Aug 15, 2024
1 parent fa5059c commit 6a777e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/ms_figures_simulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
# (after the respective network simulation and analysis has taken place),
# select: model = 2, run_jobs = False, run_ccfct = True.

model = 2
run_jobs = False
run_ccfunc = True
model = 4
run_jobs = True
run_ccfunc = False

################################################################################
# Configure the parameters of the simulation experiments.
Expand Down Expand Up @@ -122,9 +122,9 @@
circuit.run_jobs(
jobs=[
'network',
# 'analysis',
'analysis',
# 'plotting',
'analysis_and_plotting'
# 'analysis_and_plotting'
],
machine='hpc')

Expand Down

0 comments on commit 6a777e9

Please sign in to comment.