Skip to content

Add plot function for debugging DAG of transformation framework

Yunus Sevinchan requested to merge 258-add-network-plot-for-TransformationDAG into main

This MR adds visualisation of the DAGs and several other improvements, e.g. Transformation.context and Transformation.layer ...

A DAG visualisation can look like this:

Screenshot_2022-07-15_at_16.10.35

The visualisation helps in understanding what kind of transformations will occur and can be very helpful for debugging.

Can this MR be accepted?

  • Implementation ready
  • Tests added or adjusted
  • Documentation extended or updated
  • Code quality
  • Ready for merging
    • Pipeline passes without warnings
    • History cleaned-up or squash option set
    • Changelog entry added
    • Version number bumped
    • Reviewed & approved

Related issues

Closes #258 (closed)

Edited by Yunus Sevinchan

Merge request reports