From cd9c87b3d8ff01576706315d9235f0b7e2a4ae16 Mon Sep 17 00:00:00 2001 From: Caleb Robinson Date: Wed, 23 Feb 2022 09:17:05 -0800 Subject: [PATCH] Update cdl.py --- torchgeo/datasets/cdl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/torchgeo/datasets/cdl.py b/torchgeo/datasets/cdl.py index f62c258fb89..740de50b4f8 100644 --- a/torchgeo/datasets/cdl.py +++ b/torchgeo/datasets/cdl.py @@ -416,8 +416,8 @@ def plot( # type: ignore[override] a matplotlib Figure with the rendered sample .. versionchanged:: 0.3 - Method now takes a sample dict, not a Tensor. Additionally, it is possible to - show subplot titles and/or use a custom suptitle. + Method now takes a sample dict, not a Tensor. Additionally, it is possible + to show subplot titles and/or use a custom suptitle. """ mask = sample["mask"].squeeze().numpy() ncols = 1