Skip to content

Commit 87cad31

Browse files
author
Joseph G. Shuttleworth
committed
Merge branch 'js_fix_passed_wells'
2 parents 0f31894 + 7e827d8 commit 87cad31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)