Skip to content

Commit

Permalink
Fixing bigmler delete for datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerce committed Nov 10, 2023
1 parent 28cd086 commit a8bcadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigmler/delete/dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"logisticregression": "optiml_status=false;fusion_status=false",
"linearregression": "optiml_status=false;fusion_status=false",
"deepnet": "optiml_status=false;fusion_status=false",
"dataset": "cluster_status=false;timeseries_status=false"}
"dataset": "cluster_status=false"}


def to_new_project(api, project_name, resource_ids):
Expand Down

0 comments on commit a8bcadc

Please sign in to comment.