def test_check_phase_intervals(pars): assert PhaseBackgroundMaker._check_intervals(pars["p_in"]) == pars["p_out"]
def phase_bkg_maker(): """Example background estimator for testing.""" return PhaseBackgroundMaker(on_phase=(0.5, 0.6), off_phase=(0.7, 1))