Remove unused variable

This commit is contained in:
Johannes Schönberger 2013-07-10 16:01:41 +02:00 committed by Olivier Grisel
parent 2c72bf8ca8
commit a12eff1a94
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ def test_ransac_is_model_valid():
is_model_valid=is_model_valid,
random_state=0)
estimator = linear_model.LinearRegression()
assert_raises(ValueError, ransac_estimator.fit, X, y)