Skip to content

Commit

Permalink
Added printout to region_mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjorthmedh committed Dec 4, 2024
1 parent 48830da commit e101e45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snudda/place/region_mesh_redux.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ def __init__(self, mesh_path: str, d_min: float, random_seed=None, rng=None,
putative_points = self.remove_close_neurons(putative_points)
putative_points = self.remove_outside(putative_points)

print(f"Managed to create {len(putative_points)} putative points within the volume.")

self.putative_points = putative_points
self.allocated_points = np.zeros(shape=(putative_points.shape[0],), dtype=bool)

Expand Down

0 comments on commit e101e45

Please sign in to comment.