From 01d1fe1ca054ab2811884adba78107cc68c5c39b Mon Sep 17 00:00:00 2001 From: Roy Smart Date: Sat, 2 Dec 2023 11:16:10 -0700 Subject: [PATCH] Fixing bug in documentation example to `regridding.geometry.bounding_boxes_intersect_2d()`. --- regridding/geometry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regridding/geometry.py b/regridding/geometry.py index d4b7042..a36185c 100644 --- a/regridding/geometry.py +++ b/regridding/geometry.py @@ -88,7 +88,7 @@ def bounding_boxes_intersect_2d( box :math:`P`, and plot the boxes as filled if they intersect, and unfilled if they don't intersect. - .. jupyter-execute + .. jupyter-execute:: import matplotlib as mpl import matplotlib.pyplot as plt