Skip to content

Commit

Permalink
fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
franchuterivera committed Jun 17, 2021
1 parent 81107cd commit 8f3273b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def get_tabular_data(task):
validator = TabularInputValidator(is_classification=True).fit(X.copy(), y.copy())

elif task == "regression_numerical_only":
X, y = make_regression(n_samples=3*N_SAMPLES,
X, y = make_regression(n_samples=3 * N_SAMPLES,
n_features=4,
n_informative=3,
n_targets=1,
Expand Down

0 comments on commit 8f3273b

Please sign in to comment.