We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92410b9 commit 0a11089Copy full SHA for 0a11089
1 file changed
pcpostprocess/scripts/run_herg_qc.py
@@ -324,7 +324,7 @@ def main():
324
logging.info(f"passed_QC_Erev_spread {passed_QC_Erev_spread}")
325
326
# R_leftover only considered for protocols used for QC (i.e. staircase protocols)
327
- passed_QC_R_leftover = np.all(sub_df[sub_df.protocol.isin(args.D2SQC)]
+ passed_QC_R_leftover = np.all(sub_df[sub_df.protocol.isin(args.D2SQC.values())]
328
["R_leftover"].values
329
)
330
0 commit comments