DesignParameters.update_obj
- DesignParameters.update_obj(data: ndarray, names: List[str] | None = None, **kwargs)[source]
Updates the DataObject instance according to the passed data (e.g., changing its domain or type)
- Parameters:
data (np.ndarray) – The data matrix including the uuid.
names (List[str]) – The names of the DataObject’s to update. If None, all DataObject’s are updated.
kwargs – Arguments passed to the DataObject.update_obj method.