Skip to content

Commit

Permalink
remove redundant *=True line
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Saves committed Oct 11, 2024
1 parent d56958c commit e24eaa0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions smt_design_space/design_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,6 @@ def unfold_x(
is_acting_unfolded[:, i_x_unfold : i_x_unfold + n_dim_cat] = (
np.tile(is_acting[:, [i]], (1, n_dim_cat))
)
is_categorical_unfolded[:, i_x_unfold : i_x_unfold + n_dim_cat] *= True

i_x_unfold += n_dim_cat

else:
Expand Down

0 comments on commit e24eaa0

Please sign in to comment.