Skip to content

Commit c7f35f1

Browse files
author
Collin Capano
committed
fix typos in inference 4 files
1 parent 07edaf7 commit c7f35f1

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

tutorial/inference_4_bbh_example/gw150914_like.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ max-delta_tc = 0.1
3939
; we need to provide tc to the waveform generator
4040
name = custom
4141
inputs = delta_tc
42-
tc = trigger_time + delta_tc
42+
; we will use the trigger time from the data section
43+
tc = ${data|trigger-time} + delta_tc
4344

4445
[prior-mass1]
4546
name = uniform

tutorial/inference_4_bbh_example/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ PRIOR_CONFIG=gw150914_like.ini
55
DATA_CONFIG=data.ini
66
SAMPLER_CONFIG=emcee_pt-gw150914_like.ini
77

8-
OUTPUT_PATH=inference.hdf
8+
OUTPUT_PATH=bbh_results.hdf
99

1010
# the following sets the number of cores to use; adjust as needed to
1111
# your computer's capabilities
12-
NPROCS=10
12+
NPROCS=8
1313

1414
# run sampler
1515
# Running with OMP_NUM_THREADS=1 stops lalsimulation

0 commit comments

Comments
 (0)