Skip to content

Commit

Permalink
Undo changes from 389f52a
Browse files Browse the repository at this point in the history
  • Loading branch information
bedoge committed Feb 7, 2024
1 parent 73710e9 commit 009d3e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/WMSDTransformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1148,9 +1148,6 @@ def __check_boundary_values(

if boundary_values is None:
boundary_values = np.ones(len(features_to_change))
for i in range(len(features_to_change)):
col = self.wmsd_transformer.X_new.columns.get_loc(features_to_change[i])
boundary_values[i] = self.wmsd_transformer.expert_range[col][1]

elif not isinstance(boundary_values, list):
raise ValueError(
Expand Down

0 comments on commit 009d3e3

Please sign in to comment.