Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinfan1996 committed Jul 21, 2024
1 parent 56e13f9 commit 22353da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clmm/theory/parent_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ def _set_cosmo(self, cosmo):
self.cosmo = cosmo if cosmo is not None else self.cosmo_class()

def _miscentering_integrand_surface_density(self, use_backend):
integrand = None
if use_backend:
integrand = self._integrand_surface_density_mis
else:
Expand All @@ -220,6 +221,7 @@ def _miscentering_integrand_surface_density(self, use_backend):
return integrand

def _miscentering_integrand_mean_surface_density(self, use_backend):
integrand = None
if use_backend:
integrand = self._integrand_mean_surface_density_mis
else:
Expand All @@ -233,6 +235,7 @@ def _miscentering_integrand_mean_surface_density(self, use_backend):

def _miscentering_params(self, z_cl, use_backend):
# pylint: disable=invalid-name
params = None
if use_backend:
params = 1, (z_cl,)

Expand Down

0 comments on commit 22353da

Please sign in to comment.