Skip to content

Commit

Permalink
removed old save statement in danish test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcrenshaw committed Mar 30, 2024
1 parent 248d4ab commit f36135f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/task/test_calcZernikesDanishTaskCwfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ def testEstimateCornerZernikes(self):
self.assertLess(
np.sqrt(np.sum(np.square(zernCoeffAvgR04 - trueZernCoeffR04))), 0.39
)
np.save("testR04zk.npy", zernCoeffAvgR04)

# Test R40
donutStampsExtra = DonutStamps.readFits(
Expand Down

0 comments on commit f36135f

Please sign in to comment.