Skip to content

Commit

Permalink
corrected a type
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoppe committed Jul 24, 2023
1 parent 3b43c54 commit c5e957e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heat/preprocessing/preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def _check_if_2D_float_DNDarray(input):
)


# auxiliary function that checks whether parameter of a Scaler and data to be transformed with this scaler have matching shapes
# auxiliary function that checks whether parameter of a Scaler and data to be transformed with this Scaler have matching shapes
def _check_no_of_features(param, inputdata):
if param.shape[0] != inputdata.shape[1]:
raise ValueError(
Expand Down

0 comments on commit c5e957e

Please sign in to comment.