You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CAL-18: Sankey diagram correctness (#41)
* Pass to abstract the intermediate edges
* Restructure the code, modify function names and stuff
* Fix the edge flow to the mean of inclusive runtime
* Correct the module name when no module column exists; Fix the node-link view
* Correlation coeff tag fix
* remove unnecessary print statement
* Remove print statements; and clear when metric is changed
* Fix the Sankey diagram calls
* Black and flake8 checks
* Remove intermediateNodes and update argparser.py