Skip to content

Commit

Permalink
Update tests/test_learner.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Klein <7267523+kklein@users.noreply.github.com>
  • Loading branch information
FrancescMartiEscofetQC and kklein authored Jul 22, 2024
1 parent 7622975 commit e5a0c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_learner.py
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ def test_model_reusage(outcome_kind, request):
],
)
@pytest.mark.parametrize("use_pandas", [False, True])
def test_evaluate_feature_set(metalearner_factory, feature_set, rng, use_pandas):
def test_evaluate_feature_set_smoke(metalearner_factory, feature_set, rng, use_pandas):
n_samples = 100
X = rng.standard_normal((n_samples, 5))
y = rng.standard_normal(n_samples)
Expand Down

0 comments on commit e5a0c58

Please sign in to comment.