-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: DAG rendering from code package (#290)
* inherit DAGNode from metaflow client instead of reimplementing it. * inherit most of FlowGraph functionality from metaflow client as well, overwriting only when necessary. * draft unit test for legacy dag parsing * first passing unit test for custom flowgraph * add more unit tests to cover custom flowgraph behaviour * revert client FlowGraph inheritance * codestyles * fix compatibility with imported DAGNode Co-authored-by: Brendan Gibson <[email protected]>
- Loading branch information
Showing
2 changed files
with
291 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.