revisit why print.workflow()
re-implements print methods for its stages
#236
Labels
feature
a feature request or enhancement
workflows rewrites print methods for each of its stage for printing. We should revisit why this is the case, and either 1) document in a code comment why it is that we're rewriting those methods, or 2) re-implement the postprocessor printing in
print.workflow()
workflows/R/workflow.R
Lines 473 to 479 in 9e6ca98
Notably, the oddity with tailor printing's output currently is that, when in a trained workflow, both the workflow and its postprocessor stage have a tag marking themselves as "[trained]".
The text was updated successfully, but these errors were encountered: