Skip to content

Commit

Permalink
outTest
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolinmorgan committed Jan 3, 2024
1 parent c30d659 commit f9bdf76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cu_cat/tests/test_gap_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,11 @@ def test_get_feature_names_out_redundent():


# @pytest.mark.parametrize("px", MODULES)
# @pytest.mark.parametrize(
# "missing",
# ["zero_impute", "error", "aaa"],
# )
def test_missing_values(px, missing: str):
@pytest.mark.parametrize(
"missing",
["zero_impute", "error", "aaa"],
)
def test_missing_values(missing: str):
"""Test what happens when missing values are in the data"""
observations = [
["alice", "bob"],
Expand Down

0 comments on commit f9bdf76

Please sign in to comment.