Skip to content

Commit

Permalink
Remove failing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart committed Feb 3, 2025
1 parent 42a5a1a commit eb5124a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/glm/test_glm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2810,10 +2810,6 @@ def test_drop_first_allows_alpha_equals_0():
regressor = GeneralizedLinearRegressor(drop_first=True)
regressor.fit(X, y)

regressor = GeneralizedLinearRegressor() # default is False
with pytest.raises(np.linalg.LinAlgError):
regressor.fit(X, y)


def test_dropping_distinct_categorical_column():
y = np.random.normal(size=10)
Expand Down

0 comments on commit eb5124a

Please sign in to comment.