8 lines
162 B
Python
8 lines
162 B
Python
from matplotlib.sankey import Sankey
|
|
|
|
|
|
def test_sankey():
|
|
# lets just create a sankey instance and check the code runs
|
|
sankey = Sankey()
|
|
sankey.add()
|