Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinfan1996 committed Jul 28, 2023
1 parent a9885d2 commit ec50ff2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clmm/theory/parent_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ def _get_einasto_alpha(self, z_cl=None):
if defined"""
raise NotImplementedError

def _use_projected_quad(self, use_quad):
"""Implemented for the CCL backend only"""
raise NotImplementedError

def _eval_3d_density(self, r3d, z_cl):
raise NotImplementedError

Expand Down

0 comments on commit ec50ff2

Please sign in to comment.