Browse Source

Setup main run for data upload

moritz 3 years ago
parent
commit
2e8f9edd97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/spatial_network/perlin_map/run_simulation_perlin_map.py

+ 1 - 1
scripts/spatial_network/perlin_map/run_simulation_perlin_map.py

@@ -137,7 +137,7 @@ def main():
     env = Environment(trajectory=TRAJ_NAME,
                       comment="Compare the head direction tuning for circular and polarized interneuron morphology, "
                               "when tuning orientations to maximise entropy of connected excitatory tunings.",
-                      multiproc=True, filename=DATA_FOLDER, ncores=3, overwrite_file=True, log_folder=LOG_FOLDER)
+                      multiproc=True, filename=DATA_FOLDER, ncores=24, overwrite_file=True, log_folder=LOG_FOLDER)
 
     traj = env.trajectory