Skip to content

Commit

Permalink
Fix pipeline failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rammprasad committed Jun 19, 2024
1 parent fa7ffa1 commit 9367484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/template/create_vs_template.R
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ vs_oxysat <-
# Map topic variable VSALL from raw variable ASMNTDN with the logic if ASMNTDN == 1 then VSTESTCD = VSALL
vs_vsall <-
hardcode_ct(
raw_dat = condition_add(vs_raw, ASMNTDN == 1),
raw_dat = condition_add(vs_raw, ASMNTDN == 1L),
raw_var = "ASMNTDN",
tgt_var = "VSTESTCD",
tgt_val = "VSALL",
Expand Down

0 comments on commit 9367484

Please sign in to comment.