Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rcelebi opened this issue Mar 9, 2021 · 0 comments
Open

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

rcelebi opened this issue Mar 9, 2021 · 0 comments

Comments

@rcelebi
Copy link
Contributor

rcelebi commented Mar 9, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant