Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: xiang song(charlie.song) <[email protected]>
  • Loading branch information
thvasilo and classicsong authored Oct 24, 2023
1 parent b491ae3 commit aa1013d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def test_multi_numerical_transformation_with_special_delimiter(
assert row["ratings"][1] == float(i + 1)


def test_multi_numerical_transformation_with_imputer(
def test_multi_numerical_transformation_with_mean_imputer(
multi_num_df_with_missing: DataFrame, check_df_schema
):
"""Test multi-num with mean imputation"""
Expand Down

0 comments on commit aa1013d

Please sign in to comment.