From 7c8e2f75a4ec7ab050bf6d5cc068ce97f88f05c8 Mon Sep 17 00:00:00 2001 From: Abhimanyu Susobhanan Date: Thu, 20 Jun 2024 09:41:39 +0200 Subject: [PATCH] update example --- examples/simulation_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simulation_example.py b/examples/simulation_example.py index ffea275..49044f3 100644 --- a/examples/simulation_example.py +++ b/examples/simulation_example.py @@ -41,7 +41,7 @@ def save_psr_sim(psr, savedir): "e0": 0.5, "l0": 0.0, "tref": tref, - "log10_A": -10, + "log10_A": -7, "deltap": 100.0, } with open(f"{output_dir}/true_gwecc_params.dat", "w") as outfile: