Skip to content

Commit

Permalink
Update test_estimator_list.py
Browse files Browse the repository at this point in the history
Signed-off-by: AlxdrPolyakov <[email protected]>
  • Loading branch information
AlxdrPolyakov authored Sep 9, 2024
1 parent d7277e9 commit 2e2492e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/causaltune/test_estimator_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_invalid_choice(self):
def test_invalid_choice_fitter(self):
with pytest.raises(AssertionError):
"""tests if empty list is correctly handled"""
ct = CausalTune(components_time_budget=10)
ct = CausalTune(components_time_budget=10, outcome_model="auto")
ct.fit(
pd.DataFrame(
{"treatment": [0, 1], "outcome": [0.5, 1.5], "dummy": [0.1, 0.2]}
Expand Down

0 comments on commit 2e2492e

Please sign in to comment.