def test_ratiocontour(setup_contour): tc = sherpa.RatioContour() tc.prepare(setup_contour.data, setup_contour.g1, setup_contour.f.stat) tc.levels = setup_contour.levels
def test_ratiocontour(self): tc = sherpa.RatioContour() tc.prepare(self.data, self.g1, self.f.stat) tc.levels = self.levels