Skip to content

Commit

Permalink
Modify collect_results
Browse files Browse the repository at this point in the history
  • Loading branch information
prayush committed May 1, 2024
1 parent a06d973 commit 871bd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pycbc_faithsim_collect_results
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ for i in range(len(match_files)):
pdata[field] = md[field]

for field in bfields:
if field not in mfields:
if field not in mfields and field in bt.columnnames:
pdata[field] = bt.getColumnByName(field).asarray()

data = np.append(data, pdata)
Expand Down

0 comments on commit 871bd5c

Please sign in to comment.