From 00a0fe7d42f07cfb23c8473f6ca6cc47dd318b8f Mon Sep 17 00:00:00 2001 From: Duncan Macleod Date: Mon, 4 Mar 2024 17:42:25 +0000 Subject: [PATCH] gwsumm.plot: import iterutils from lal (#398) this has been deprecated in glue for many years --- gwsumm/plot/segments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gwsumm/plot/segments.py b/gwsumm/plot/segments.py index 6b1e4106..6a3f1066 100644 --- a/gwsumm/plot/segments.py +++ b/gwsumm/plot/segments.py @@ -35,7 +35,7 @@ from matplotlib.colors import (rgb2hex, is_color_like, TABLEAU_COLORS) from matplotlib.patches import Rectangle -from glue import iterutils +from lal import iterutils from gwpy.plot.colors import (GW_OBSERVATORY_COLORS, tint) from gwpy.plot.segments import SegmentRectangle