From 51604e2ac256db7287f83d26e3ce58cefcee2412 Mon Sep 17 00:00:00 2001 From: John Franklin Crenshaw Date: Sun, 27 Oct 2024 16:41:56 -0700 Subject: [PATCH] Linting. --- tests/task/test_donutStampSelectorTask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/task/test_donutStampSelectorTask.py b/tests/task/test_donutStampSelectorTask.py index 6f0e0d19..8585b5a5 100644 --- a/tests/task/test_donutStampSelectorTask.py +++ b/tests/task/test_donutStampSelectorTask.py @@ -123,7 +123,7 @@ def testSelectStamps(self): # test defaults selection = self.task.selectStamps(donutStampsIntra) donutsQuality = selection.donutsQuality - + # by default, config.selectWithEntropy is False, # so we select all donuts self.assertEqual(np.sum(donutsQuality["ENTROPY_SELECT"]), 3)