Skip to content

Commit 7e827d8

Browse files
author
Joseph G. Shuttleworth
committed
Fix QC bug
1 parent e298a70 commit 7e827d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcpostprocess/scripts/run_herg_qc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def main():
316316

317317
# R_leftover only considered for protocols used for QC (i.e. staircase protocols)
318318
passed_QC_R_leftover = np.all(sub_df[sub_df.protocol.isin(args.D2SQC.values())]
319-
["R_leftover"].values
319+
["QC.R_leftover"].values
320320
)
321321

322322
logging.info(f"passed_QC_R_leftover {passed_QC_R_leftover}")

0 commit comments

Comments
 (0)