def test_ratioplot(setup_plot): tp = sherpa.RatioPlot() tp.prepare(setup_plot.data, setup_plot.g1, setup_plot.f.stat)
def test_ratioplot(self): tp = sherpa.RatioPlot() tp.prepare(self.data, self.g1, self.f.stat)