Skip to content

Commit

Permalink
Remove xfail from test
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart committed Aug 17, 2023
1 parent 43b9ca4 commit 512a08a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/glm/test_glm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2199,7 +2199,6 @@ def test_drop_first_allows_alpha_equals_0():
regressor.fit(X, y)


@pytest.mark.xfail
def test_dropping_distinct_categorical_column():
y = np.random.normal(size=10)
X = pd.DataFrame(data={"cat": pd.Categorical(np.ones(10)), "num": np.ones(10)})
Expand Down

0 comments on commit 512a08a

Please sign in to comment.