File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
66from autointent import Context , Pipeline
77from autointent ._callbacks import CallbackHandler , OptimizerCallback
8- from autointent .configs import LoggingConfig , VectorIndexConfig
8+ from autointent .configs import DataConfig , LoggingConfig , VectorIndexConfig
99from tests .conftest import setup_environment
1010
1111
@@ -86,7 +86,7 @@ def test_pipeline_callbacks(dataset):
8686 context .configure_vector_index (VectorIndexConfig (save_db = True ))
8787 context .configure_logging (LoggingConfig (run_name = "dummy_run_name" , project_dir = project_dir , dump_modules = False ))
8888 context .callback_handler = CallbackHandler ([DummyCallback ])
89- context .set_dataset (dataset )
89+ context .set_dataset (dataset , DataConfig ( scheme = "ho" , separate_nodes = True ) )
9090
9191 pipeline_optimizer ._fit (context )
9292
You can’t perform that action at this time.
0 commit comments