From 7aa850a2396eab3886a2b5e296589b64cb5dfee7 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Tue, 15 Jun 2021 15:22:30 -0700 Subject: [PATCH] add todo note --- masque/utils/pack2d.py | 1 + 1 file changed, 1 insertion(+) diff --git a/masque/utils/pack2d.py b/masque/utils/pack2d.py index da1f397..38c440c 100644 --- a/masque/utils/pack2d.py +++ b/masque/utils/pack2d.py @@ -116,6 +116,7 @@ def guillotine_bssf_sas(rect_sizes: numpy.ndarray, sizes should be Nx2 regions should be Mx4 (xmin, ymin, xmax, ymax) #TODO: test me! + # TODO add rectangle-merge? """ rect_sizes = numpy.array(rect_sizes) rect_locs = numpy.zeros_like(rect_sizes)