Skip to content

Commit

Permalink
return df
Browse files Browse the repository at this point in the history
  • Loading branch information
chantelleleveille committed Oct 28, 2024
1 parent 2bff19f commit 68da6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuc_morph_analysis/lib/preprocessing/add_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,6 @@ def add_features_at_transition(df,
df_full : DataFrame
The dataframe with the added feature columns
"""

for feature in feature_list:
df = add_feature_at(df, "frame_transition", feature, feature)
return df
Expand Down Expand Up @@ -683,3 +682,4 @@ def add_mean_features(df,
"""
multiplier_list = [get_plot_labels_for_metric(x)[0] for x in feature_list]
df = add_mean_feature_over_trajectory(df, feature_list, multiplier_list)
return df

0 comments on commit 68da6df

Please sign in to comment.