Skip to content

Commit

Permalink
Remove errant writeFits in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed May 12, 2019
1 parent df99185 commit 052cc9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_isrTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ def test_flatContext(self):
flatExp = isrMock.FlatMock().run()

mi = self.inputExp.getMaskedImage().clone()
self.inputExp.writeFits("/tmp/czwBefore.fits")
with self.task.flatContext(self.inputExp, flatExp, darkExp):
contextStat = computeImageMedianAndStd(self.inputExp.getMaskedImage().getImage())
self.assertFloatsAlmostEqual(contextStat[0], 37269.914, atol=1e-2)
Expand Down

0 comments on commit 052cc9d

Please sign in to comment.