Skip to content

fw.display() function doesn't show all variables of a workflow  #191

@rcelebi

Description

@rcelebi

fw.display() function doesn't show the inputs/outputs of a workflow, shows only the variables between steps.

Example:
@is_fairworkflow(label='My Workflow for converting to Grayscale and adding text')
def my_workflow(im1, text):
"""
A simple addition, subtraction, multiplication workflow
"""
im2 = rgb2gray_image(im1)
im3 = add_text_to_image(im2, text)
return im3
Screenshot 2021-03-09 at 11 35 55

Metadata

Metadata

Assignees

No one assigned

    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