diff --git a/src/data/baseline_features.py b/src/data/baseline_features.py index 699b1c7e..01b37931 100644 --- a/src/data/baseline_features.py +++ b/src/data/baseline_features.py @@ -95,7 +95,7 @@ if not participant_info.empty: - limesurvey_demand.loc[rows_demand_reverse, "score_original"] ) baseline_interim = pd.concat([baseline_interim, limesurvey_demand], axis=0, ignore_index=True) - if "demand" in requested_features: + if "limesurvey_demand" in requested_features: baseline_features.loc[0, "limesurvey_demand"] = limesurvey_demand[ "score" ].sum()