From fb7c18174ca1888a6128722c0ad3faa24430af05 Mon Sep 17 00:00:00 2001 From: Ou Ku Date: Mon, 6 May 2024 16:14:02 +0200 Subject: [PATCH] fix linting --- stmtools/stm.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stmtools/stm.py b/stmtools/stm.py index 137aad7..01b5541 100644 --- a/stmtools/stm.py +++ b/stmtools/stm.py @@ -408,7 +408,8 @@ def reorder(self, xlabel="azimuth", ylabel="range", xscale=1.0, yscale=1.0): """ self._obj = self.get_order(xlabel, ylabel, xscale, yscale) - # Sorting may split up the chunks, which may interfere with later operations, so we immediately restore the chunk sizes. + # Sorting may split up the chunks, which may interfere with later operations + # so we immediately restore the chunk sizes. chunks = {"space": self._obj.chunksizes["space"][0]} if "time" in self._obj.chunksizes: chunks = {