Skip to content

Commit b9dd4a5

Browse files
committed
Add a sentinel to make sure Flow does not yet exist.
1 parent cfb90c3 commit b9dd4a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_flows/test_flow_functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,5 @@ def test_sklearn_to_flow_list_of_lists(self):
233233
from sklearn.preprocessing import OrdinalEncoder
234234
ordinal_encoder = OrdinalEncoder(categories=[[0, 1], [0, 1]])
235235
flow = openml.flows.sklearn_to_flow(ordinal_encoder)
236+
self._add_sentinel_to_flow_name(flow)
236237
flow.publish()

0 commit comments

Comments
 (0)