Skip to content

Don't assign pipeop predict type if it does not change anything #970

@mb706

Description

@mb706

... since PipeOp might be upset about assignments, even if they don't do anything

walk(predict_type_pipeops, function(po) po$predict_type = rhs)

at the same time, we want a !identical check here

if (!missing(val)) {

(we still want both because some 3rd party PO might have read-only active binding

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions