From 799ffc91a37025d9f5d1f53d4567190becce5c58 Mon Sep 17 00:00:00 2001 From: Kaze Wong Date: Fri, 20 Sep 2024 13:24:12 -0400 Subject: [PATCH] update PV2 --- example/GW150914_IMRPhenomPV2.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/GW150914_IMRPhenomPV2.py b/example/GW150914_IMRPhenomPV2.py index 87e23680..1263c85b 100644 --- a/example/GW150914_IMRPhenomPV2.py +++ b/example/GW150914_IMRPhenomPV2.py @@ -156,6 +156,8 @@ jim = Jim( likelihood, prior, + sample_transforms=sample_transforms, + likelihood_transforms=likelihood_transforms, n_loop_training=n_loop_training, n_loop_production=20, n_local_steps=10,