Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fpfs/simutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ def __init__(
def make_catalog(self, rng, n):
if self.ntrain < n:
raise ValueError(
"mag_cut is too small, and there is not enough number of galaxies"
"There is not enough number of galaxies available"
)
# nrot_per_gal is the number of rotated galaxies in each subfield
inds = rng.np.integers(low=0, high=self.ntrain, size=n)
Expand Down