Skip to content

Commit

Permalink
fix arg order
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aguena committed Jul 13, 2023
1 parent 37df96e commit 33a7f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clmm/dataops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,14 @@ def compute_background_probability(


def compute_galaxy_weights(
is_deltasigma=False,
sigma_c=None,
use_shape_noise=False,
shape_component1=None,
shape_component2=None,
use_shape_error=False,
shape_component1_err=None,
shape_component2_err=None,
is_deltasigma=False,
sigma_c=None,
validate_input=True,
):
r"""Computes the individual lens-source pair weights
Expand Down

0 comments on commit 33a7f94

Please sign in to comment.