amaazetools 0.2.3__tar.gz → 0.2.4__tar.gz
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.
- {amaazetools-0.2.3/amaazetools.egg-info → amaazetools-0.2.4}/PKG-INFO +1 -1
- {amaazetools-0.2.3 → amaazetools-0.2.4}/amaazetools/dicom.py +1 -1
- {amaazetools-0.2.3 → amaazetools-0.2.4/amaazetools.egg-info}/PKG-INFO +1 -1
- {amaazetools-0.2.3 → amaazetools-0.2.4}/pyproject.toml +1 -1
- {amaazetools-0.2.3 → amaazetools-0.2.4}/LICENSE +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/MANIFEST.in +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/README.md +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/amaazetools/__init__.py +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/amaazetools/edge_detection.py +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/amaazetools/mesh_segmentation.py +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/amaazetools/svi.py +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/amaazetools/trimesh.py +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/amaazetools.egg-info/SOURCES.txt +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/amaazetools.egg-info/dependency_links.txt +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/amaazetools.egg-info/requires.txt +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/amaazetools.egg-info/top_level.txt +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/setup.cfg +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/setup.py +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/src/cextensions.c +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/src/memory_allocation.c +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/src/memory_allocation.h +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/src/mesh_operations.c +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/src/mesh_operations.h +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/src/svi_computations.c +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/src/svi_computations.h +0 -0
- {amaazetools-0.2.3 → amaazetools-0.2.4}/src/vector_operations.h +0 -0
|
@@ -943,7 +943,7 @@ def surface_bones_parallel(directory, iso=2500, write_gif=False, mirror=False, e
|
|
|
943
943
|
else:
|
|
944
944
|
num_cores =multiprocessing.cpu_count()
|
|
945
945
|
|
|
946
|
-
errs = Parallel(n_jobs=num_cores)(delayed(surfacing_subproc)(f,directory,iso,mirror
|
|
946
|
+
errs = Parallel(n_jobs=num_cores)(delayed(surfacing_subproc)(f,directory,iso,write_gif,mirror) for f in fnames)
|
|
947
947
|
|
|
948
948
|
errs = np.array(errs)
|
|
949
949
|
errs = errs[errs!='0']
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|