Skip to content

Commit

Permalink
Remove pointless if False
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Jul 8, 2023
1 parent ef5a8b4 commit 6f26bc9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_stacker.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,6 @@ def test2145(self):

stack = afwMath.statisticsStack(
maskedImageList, afwMath.MEAN, statsCtrl, weightList)
if False:
print("image=", stack.getImage().getArray())
print("variance=", stack.getVariance().getArray())
self.assertNotEqual(np.sum(stack.getVariance().getArray()), 0.0)

def testMosaicMode(self):
Expand Down

0 comments on commit 6f26bc9

Please sign in to comment.