xarray-contrib / xarray-simlab

Xarray extension and framework for computer model simulations
http://xarray-simlab.readthedocs.io
BSD 3-Clause "New" or "Revised" License
73 stars 9 forks source link

Apply transitive reduction on graph of processes? #120

Open benbovy opened 4 years ago

benbovy commented 4 years ago

See https://en.wikipedia.org/wiki/Transitive_reduction

It might be useful, at least for clearer visualization of the graphs.

feefladder commented 3 years ago

Also, I thought it may be useful if a user has two models with possibly different custom dependencies, and want to check if they are functionally equal, then they can compare the reduced graphs to each other.