Skip to content

Commit 8a21ef1

Browse files
committed
push todo
1 parent 5ddc143 commit 8a21ef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tmp_scripts/utils/sepal_gpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def _cuda_kernel_diffusion_gpu(
145145
# Reorder: [sat_nodes, unsat_nodes] for coalesced access
146146
reorder_indices = cp.concatenate([sat, unsat])
147147
vals_reordered = vals[reorder_indices, :] # (n_cells, n_genes) reordered
148-
148+
# TODO: explain whats going on here better
149149
# Create a flat mapping for unsat nodes to their nearest saturated
150150
unsat_to_nearest_sat_remapped = cp.searchsorted(sat, unsat_to_nearest_sat[unsat])
151151

0 commit comments

Comments
 (0)