Files
TeraHz/utils/venv/lib/python3.6/site-packages/matplotlib/tests/test_sankey.py
2019-02-03 13:40:10 +01:00

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()