Skip to content

Commit

Permalink
add run start/end time to the attrs that are not enforced to be the s…
Browse files Browse the repository at this point in the history
…ame when combining files (gwastro#4935)
  • Loading branch information
cdcapano authored and prayush committed Nov 21, 2024
1 parent 617f946 commit 39325f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/inference/pycbc_inference_extract_samples
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ for fp in fps:
# resume points (may not be the same across multiple files)
# effective nsamples (that can just be obtained from the samples size)
skip_attrs = ['filetype', 'thin_start', 'thin_interval', 'thin_end',
'thinned_by', 'cmd', 'resume_points', 'effective_nsamples']
'thinned_by', 'cmd', 'resume_points', 'effective_nsamples',
'run_start_time', 'run_end_time']
# also skip evidence if multiple files are being combined, since that will
# not be the same
if len(opts.input_file) > 1:
Expand Down

0 comments on commit 39325f2

Please sign in to comment.