Skip to content

Commit

Permalink
rerun black on donutStamp test
Browse files Browse the repository at this point in the history
  • Loading branch information
suberlak committed Mar 19, 2024
1 parent 408c841 commit e29c95a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/task/test_donutStamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def testCalcFieldXY(self):
"R22_S11",
"LSSTCam",
"r",
1
1,
)
np.testing.assert_array_almost_equal(donutStamp.calcFieldXY(), (0, 0))

Expand All @@ -223,7 +223,7 @@ def testCalcFieldXY(self):
detName,
"LSSTCam",
"r",
1
1,
)
fieldAngle = donutStamp.calcFieldXY()
self.assertEqual(fieldAngle[0], np.degrees(trueFieldAngleX))
Expand All @@ -240,7 +240,7 @@ def testMakeMask(self):
"R22_S11",
"LSSTCam",
"r",
1
1,
)

# Check that mask is empty at start
Expand Down Expand Up @@ -293,7 +293,7 @@ def _testWepImage(raft, sensor):
detName,
"LSSTCam",
"r",
1
1,
)

# Make the mask
Expand Down

0 comments on commit e29c95a

Please sign in to comment.