Browse Source

Orientation maps are generated, uniformized and ready to run.

moritz 3 years ago
parent
commit
08d2260afe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/spatial_network/orientation_map/run_orientation_map.py

+ 1 - 1
scripts/spatial_network/orientation_map/run_orientation_map.py

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