Skip to content

Commit

Permalink
Slight doc edit
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Sep 11, 2023
1 parent dbd4584 commit 802722e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions treecorr/corr2base.py
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ def build_cov_design_matrix(self, method, *, func=None, comm=None):
comm (mpi comm) If not None, run under MPI
Returns:
A, w: numpy arrays with the design matrix and weights respectively.
(A, w), numpy arrays with the design matrix and weights respectively.
"""
if func is not None:
# Need to convert it to a function of the first item in the list.
Expand Down Expand Up @@ -1466,7 +1466,7 @@ def build_multi_cov_design_matrix(corrs, method, *, func=None, comm=None):
comm (mpi comm) If not None, run under MPI
Returns:
A, w: numpy arrays with the design matrix and weights respectively.
(A, w), numpy arrays with the design matrix and weights respectively.
"""
if method == 'shot':
raise ValueError("There is no design matrix for method='shot'")
Expand Down

0 comments on commit 802722e

Please sign in to comment.