Skip to content

Commit 164c8e4

Browse files
committed
fix catboost test
1 parent b251339 commit 164c8e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/modules/scoring/test_catboost.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ def test_catboost_in_pipeline(dataset):
170170
]
171171

172172
pipeline = Pipeline.from_search_space(search_space)
173+
pipeline.set_config(get_test_embedder_config())
173174
pipeline.fit(dataset)
174175
predictions = pipeline.predict(["test utterance"])
175176
assert len(predictions) == 1

0 commit comments

Comments
 (0)