Пример #1
0
def test_chisqrplot(setup_plot):
    cs = sherpa.ChisqrPlot()
    cs.prepare(setup_plot.data, setup_plot.g1, setup_plot.f.stat)
Пример #2
0
 def test_chisqrplot(self):
     cs = sherpa.ChisqrPlot()
     cs.prepare(self.data, self.g1, self.f.stat)