VEZY / MultiScaleTreeGraph.jl

Read, analyse, compute, write and convert MTG files
https://vezy.github.io/MultiScaleTreeGraph.jl/stable
MIT License
10 stars 1 forks source link

Add test for traverse with args... #47

Open VEZY opened 1 year ago

VEZY commented 1 year ago

We only test to traverse the mtg with a function f that has no further arguments, except when transforming into a MetaGraph. We should add a test for e.g.

traverse!(mtg, fn, argument_to_fn)