Skip to content

Commit

Permalink
Fix introduced bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoistinen committed Nov 8, 2024
1 parent e4ec783 commit 5f802d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion howso/utilities/feature_attributes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ def _process(self, # noqa: C901
):
continue
bounds = self._infer_feature_bounds(
_attributes, feature_name,
self.attributes, feature_name,
tight_bounds=tight_bounds,
mode_bound_features=mode_bound_features,
)
Expand Down

0 comments on commit 5f802d7

Please sign in to comment.