Skip to content

Commit

Permalink
Turn plotting back on in test due to coverage improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed May 16, 2024
1 parent 5848264 commit e9399ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_focusAnalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_run(self):
# we don't check the plots, but set doDisplay to True to check the
# plots are generated without error

self.focusAnalyzer.getFocusData(self.dayObs, self.seqNums, doDisplay=False)
self.focusAnalyzer.getFocusData(self.dayObs, self.seqNums, doDisplay=True)
result = self.focusAnalyzer.fitDataAndPlot()
self.assertIsInstance(result, Iterable)
self.assertEqual(len(result), len(self.focusAnalyzer.getSpectrumBoxOffsets()))
Expand Down

0 comments on commit e9399ed

Please sign in to comment.