Skip to content

Commit

Permalink
Just skip tests instead
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart committed Dec 2, 2024
1 parent 2bbb082 commit 8cfc009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_formula.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ def test_all_names_against_from_pandas(df, categorical_format):
assert mat_from_formula.term_names == mat_from_pandas.term_names


@pytest.mark.skip(reason="We handle categorical names differently from formulaic")
@pytest.mark.parametrize(
"ensure_full_rank", [True, False], ids=["full_rank", "all_levels"]
)
Expand Down

0 comments on commit 8cfc009

Please sign in to comment.