Skip to content

Commit

Permalink
Change stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
apbassett committed Jan 14, 2024
1 parent 21d3203 commit 0d79ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion howso/utilities/feature_attributes/time_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def _process( # noqa: C901
else:
id_feature_names = []

# ID features are time-invariant and cannot be NaN.
# ID features are time-invariant.
for id_feature in id_feature_names:
if id_feature not in time_invariant_features:
time_invariant_features.append(id_feature)
Expand Down

0 comments on commit 0d79ad9

Please sign in to comment.