Skip to content
Snippets Groups Projects
Commit e4e11ca6 authored by payno's avatar payno
Browse files

DataPartitionWidgetOW: set dataset using 'set_dynamic_input' instead of...

DataPartitionWidgetOW: set dataset using 'set_dynamic_input' instead of 'set_static_input' to avoid storing the full dataset in the .ows file
parent 61b8cc96
No related branches found
No related tags found
No related merge requests found
Pipeline #181492 passed
......@@ -69,7 +69,7 @@ class DataPartitionWidgetOW(OWEwoksWidgetOneThread, ewokstaskclass=DataPartition
raise TypeError(
f"_input is expected to be an instance of {dtypes.OWDataset}. Get {type(dataset)}"
)
self.set_default_input("dataset", dataset)
self.set_dynamic_input("dataset", dataset)
self._widget.setDataset(dataset)
if pop_up:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment