diff --git a/crow/__init__.py b/crow/__init__.py index 72b4e73..3867c39 100644 --- a/crow/__init__.py +++ b/crow/__init__.py @@ -8,4 +8,4 @@ from .recipes.binned_grid import GridBinnedClusterRecipe from .recipes.binned_parent import BinnedClusterRecipe -__version__ = "1.0.0" +__version__ = "1.0.1" diff --git a/crow/recipes/binned_exact.py b/crow/recipes/binned_exact.py index 435e3ec..4effc52 100644 --- a/crow/recipes/binned_exact.py +++ b/crow/recipes/binned_exact.py @@ -310,8 +310,6 @@ def evaluate_theory_prediction_lensing_profile( self.integrator.extra_args = np.array( [*log_proxy_edges, sky_area, radius_center] ) - if self.cluster_theory._beta_parameters is not None: - self.cluster_theory.set_beta_s_interp(*z_edges) theory_prediction = self._get_theory_prediction_shear_profile(average_on) prediction_wrapper = self._get_function_to_integrate_shear_profile( theory_prediction