def test_chisqrplot(setup_plot): cs = sherpa.ChisqrPlot() cs.prepare(setup_plot.data, setup_plot.g1, setup_plot.f.stat)
def test_chisqrplot(self): cs = sherpa.ChisqrPlot() cs.prepare(self.data, self.g1, self.f.stat)