Skip to content

Commit 131ebd9

Browse files
Jammy2211Jammy2211
authored andcommitted
profiling runs are clear
1 parent 2121b1e commit 131ebd9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

autoarray/inversion/pixelization/mappers/delaunay.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def pixel_weights_delaunay_from(
3939
# -----------------------------
4040
# If pix_indexes_for_sub_slim_index[sub][1] == -1 → NOT in simplex
4141
has_simplex = pix_indexes_for_sub_slim_index[:, 1] != -1 # (N_sub,)
42-
no_simplex = xp.logical_not(has_simplex)
4342

4443
# -----------------------------
4544
# GATHER TRIANGLE VERTICES

0 commit comments

Comments
 (0)