From 130868518ec2da99bda51c6c4bd0a553eff40bb3 Mon Sep 17 00:00:00 2001 From: cesar ramirez Date: Fri, 4 Mar 2022 04:26:59 -0800 Subject: [PATCH] declare get_mean_flux --- py/picca/delta_extraction/expected_fluxes/true_continuum.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/py/picca/delta_extraction/expected_fluxes/true_continuum.py b/py/picca/delta_extraction/expected_fluxes/true_continuum.py index fda88e497..98865ee5d 100644 --- a/py/picca/delta_extraction/expected_fluxes/true_continuum.py +++ b/py/picca/delta_extraction/expected_fluxes/true_continuum.py @@ -93,8 +93,9 @@ def __init__(self, config): self.num_processors = None self._parse_config(config) - # read large scale structure variance - self.get_var_lss = None + + # read large scale structure variance and mean flux + self.get_mean_flux = None self.read_raw_statistics()