Skip to content

Commit

Permalink
Linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcrenshaw committed Oct 27, 2024
1 parent 67eda9d commit 51604e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/task/test_donutStampSelectorTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 51604e2

Please sign in to comment.