Skip to content

Commit e6fd0a6

Browse files
committed
v5.3.0
1 parent a6a7a93 commit e6fd0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redcap_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def merge_group(group, bbp_P1_assays, bbp_P2_assays, rvp_assays):
198198
redcap_t13_hit_binary_output.columns = redcap_t13_hit_binary_output.columns.str.lower()
199199

200200
### concatenate the threshold to the end of record_id
201-
redcap_t13_hit_binary_output["record_id"] = redcap_t13_hit_binary_output.apply(lambda row: f"{row.record_id}_{row.threshold}", axis=1)
201+
redcap_t13_hit_binary_output["record_id"] = redcap_t13_hit_binary_output.apply(lambda row: f"{row.record_id}_{threshold}", axis=1)
202202

203203

204204
### reset index

0 commit comments

Comments
 (0)