Skip to content

Commit

Permalink
fixed copy/paste typos
Browse files Browse the repository at this point in the history
  • Loading branch information
iprafols committed Oct 24, 2023
1 parent b3fec96 commit bbf3094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/picca_fast_metal_dmat.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def main():
)
userprint("Please specify the directory with option --delta-dir")
sys.exit(1)
blinding = io.read_blinding(args.in_dir, args.lambda_abs, args.lambda_abs2)
blinding = io.read_blinding(args.delta_dir, args.lambda_abs, args.lambda_abs2)

# load fiducial cosmology
cf.cosmo = constants.Cosmo(Om=args.fid_Om,
Expand Down
2 changes: 1 addition & 1 deletion bin/picca_fast_metal_xdmat.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def main():
)
userprint("Please specify the directory with option --delta-dir")
sys.exit(1)
blinding = io.read_blinding(args.in_dir, args.lambda_abs, args.obj_name)
blinding = io.read_blinding(args.delta_dir, args.lambda_abs, args.obj_name)

# load fiducial cosmology
cosmo = constants.Cosmo(Om=args.fid_Om,
Expand Down

0 comments on commit bbf3094

Please sign in to comment.