Fix step feature extraction input bug
parent
085d44123c
commit
adb170c3fa
|
@ -193,7 +193,7 @@ rule fitbit_heartrate_features:
|
|||
|
||||
rule fitbit_step_features:
|
||||
input:
|
||||
steps_data = "data/raw/{pid}/fitbit_steps_with_datetime.csv",
|
||||
steps_data = "data/raw/{pid}/fitbit_steps_intraday_with_datetime.csv"
|
||||
params:
|
||||
day_segment = "{day_segment}",
|
||||
features_all_steps = config["STEP"]["FEATURES"]["ALL_STEPS"],
|
||||
|
|
Loading…
Reference in New Issue