bmtool 0.6.8.8__py3-none-any.whl → 0.6.8.9__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
bmtool/SLURM.py CHANGED
@@ -379,7 +379,7 @@ class BlockRunner:
379
379
  source_dir = block.component_path
380
380
  destination_dir = f"{source_dir}{i+1}"
381
381
  block.component_path = destination_dir
382
- shutil.copytree(source_dir, destination_dir) # create new components folder
382
+ shutil.copytree(source_dir, destination_dir,dirs_exist_ok = True) # create new components folder
383
383
  print(f"skipping json editing for block {block.block_name}",flush=True)
384
384
  else:
385
385
  if len(self.blocks) != len(self.param_values):
@@ -390,7 +390,7 @@ class BlockRunner:
390
390
  destination_dir = f"{source_dir}{i+1}"
391
391
  block.component_path = destination_dir
392
392
 
393
- shutil.copytree(source_dir, destination_dir) # create new components folder
393
+ shutil.copytree(source_dir, destination_dir,dirs_exist_ok = True) # create new components folder
394
394
  json_file_path = os.path.join(destination_dir,self.json_file_path)
395
395
 
396
396
  if self.syn_dict == None:
@@ -439,7 +439,7 @@ class BlockRunner:
439
439
  source_dir = block.component_path
440
440
  destination_dir = f"{source_dir}{i+1}"
441
441
  block.component_path = destination_dir
442
- shutil.copytree(source_dir, destination_dir) # create new components folder
442
+ shutil.copytree(source_dir, destination_dir,dirs_exist_ok = True) # create new components folder
443
443
  print(f"skipping json editing for block {block.block_name}",flush=True)
444
444
  else:
445
445
  if block.component_path == None:
@@ -450,7 +450,7 @@ class BlockRunner:
450
450
  destination_dir = f"{source_dir}{i+1}"
451
451
  block.component_path = destination_dir
452
452
 
453
- shutil.copytree(source_dir, destination_dir) # create new components folder
453
+ shutil.copytree(source_dir, destination_dir,dirs_exist_ok = True) # create new components folder
454
454
  json_file_path = os.path.join(destination_dir,self.json_file_path)
455
455
 
456
456
  if self.syn_dict == None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bmtool
3
- Version: 0.6.8.8
3
+ Version: 0.6.8.9
4
4
  Summary: BMTool
5
5
  Home-page: https://github.com/cyneuro/bmtool
6
6
  Download-URL:
@@ -1,4 +1,4 @@
1
- bmtool/SLURM.py,sha256=umHYGUX2HDlZr6Zo89wQekGrK9mZdAi0rBdCA7a--hE,19904
1
+ bmtool/SLURM.py,sha256=Rp63uxy3Z2yJtMPIb3D8mEG618nxf98SIstlW3J5BdE,19988
2
2
  bmtool/__init__.py,sha256=ZStTNkAJHJxG7Pwiy5UgCzC4KlhMS5pUNPtUJZVwL_Y,136
3
3
  bmtool/__main__.py,sha256=TmFkmDxjZ6250nYD4cgGhn-tbJeEm0u-EMz2ajAN9vE,650
4
4
  bmtool/bmplot.py,sha256=ymyrNBctZoglsNA28733mXzM_l4b_3JIchXkQa2V2XE,54099
@@ -19,9 +19,9 @@ bmtool/util/commands.py,sha256=zJF-fiLk0b8LyzHDfvewUyS7iumOxVnj33IkJDzux4M,64396
19
19
  bmtool/util/util.py,sha256=00vOAwTVIifCqouBoFoT0lBashl4fCalrk8fhg_Uq4c,56654
20
20
  bmtool/util/neuron/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
21
  bmtool/util/neuron/celltuner.py,sha256=xSRpRN6DhPFz4q5buq_W8UmsD7BbUrkzYBEbKVloYss,87194
22
- bmtool-0.6.8.8.dist-info/licenses/LICENSE,sha256=qrXg2jj6kz5d0EnN11hllcQt2fcWVNumx0xNbV05nyM,1068
23
- bmtool-0.6.8.8.dist-info/METADATA,sha256=IqLuFdtSCGW_gxwgU8vD543KUj19fP-dhTbeSG_6HNg,20478
24
- bmtool-0.6.8.8.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
25
- bmtool-0.6.8.8.dist-info/entry_points.txt,sha256=0-BHZ6nUnh0twWw9SXNTiRmKjDnb1VO2DfG_-oprhAc,45
26
- bmtool-0.6.8.8.dist-info/top_level.txt,sha256=gpd2Sj-L9tWbuJEd5E8C8S8XkNm5yUE76klUYcM-eWM,7
27
- bmtool-0.6.8.8.dist-info/RECORD,,
22
+ bmtool-0.6.8.9.dist-info/licenses/LICENSE,sha256=qrXg2jj6kz5d0EnN11hllcQt2fcWVNumx0xNbV05nyM,1068
23
+ bmtool-0.6.8.9.dist-info/METADATA,sha256=9u2yHG4S7kpb9LAwHANQArIVyxv9D_el9vxSTPSlQo0,20478
24
+ bmtool-0.6.8.9.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
25
+ bmtool-0.6.8.9.dist-info/entry_points.txt,sha256=0-BHZ6nUnh0twWw9SXNTiRmKjDnb1VO2DfG_-oprhAc,45
26
+ bmtool-0.6.8.9.dist-info/top_level.txt,sha256=gpd2Sj-L9tWbuJEd5E8C8S8XkNm5yUE76klUYcM-eWM,7
27
+ bmtool-0.6.8.9.dist-info/RECORD,,