Skip to content

Commit

Permalink
should be same order as magnitude as max(shear, shape_noise, obs_noise)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza committed Oct 31, 2024
1 parent 9e1cd58 commit a7695cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion notebooks/summary-results1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2562,7 +2562,7 @@
"kernelspec": {
"display_name": "bpd_gpu2",
"language": "python",
"name": "bpd_gpu2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand Down
6 changes: 3 additions & 3 deletions scripts/vect_toy_shear_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
@click.option("--g2", type=float, default=0.0)
@click.option("--n-samples-gals", type=int, default=1000, help="# of gals")
@click.option("--n-samples-shear", type=int, default=3000, help="shear samples")
@click.option("--k", type=int, default=100, help="# int. posterior samples per galaxy.")
@click.option("--k", type=int, default=1000, help="# int. post. samples galaxy.")
@click.option("--shape-noise", type=float, default=1e-3)
@click.option("--sigma-e-int", type=float, default=2e-3)
@click.option("--sigma-e-int", type=float, default=1e-2)
@click.option("--obs-noise", type=float, default=1e-4)
@click.option("--trim", type=int, default=1)
@click.option("--trim", type=int, default=10)
def main(
n_vec: int,
tag: str,
Expand Down

0 comments on commit a7695cf

Please sign in to comment.