Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/unit/systems/ops/fil/test_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_export_merlin_models(tmpdir):

# train a XGB model using merlin-models
model = merlin_xgb.XGBoost(ds.schema)
with Distributed(cluster_type="cpu"):
with Distributed():
model.fit(ds)

# make sure we can export the merlin-model xgb wrapper using merlin-systems
Expand Down