tango icon indicating copy to clipboard operation
tango copied to clipboard

Add ability to display the executor output

Open BigRedT opened this issue 3 years ago • 1 comments

Fixes #487

Changes proposed in this pull request: Lightly modified version of code pointed by @epwalsh here

Adds the ability to display the executor output. Can be used as follows:

output = executor.execute_step_graph(step_graph)
output.display()

Tested locally and produces an output as follows:

Screen Shot 2022-12-09 at 3 11 13 PM

Before submitting

  • [x] I've read and followed all steps in the Making a pull request section of the CONTRIBUTING docs.
  • [ ] I've updated or added any relevant docstrings following the syntax described in the Writing docstrings section of the CONTRIBUTING docs.
  • [ ] If this PR fixes a bug, I've added a test that will fail without my fix.
  • [ ] If this PR adds a new feature, I've added tests that sufficiently cover my new functionality.

After submitting

  • [ ] All GitHub Actions jobs for my pull request have passed.

BigRedT avatar Dec 09 '22 23:12 BigRedT

@epwalsh fixed the formatting issues. Not sure if the remaining 3 failing checks are related to this PR?

BigRedT avatar Dec 10 '22 21:12 BigRedT