plotly / dash-cytoscape

Interactive network visualization in Python and Dash, powered by Cytoscape.js
https://dash.plot.ly/cytoscape
MIT License
601 stars 119 forks source link

[BUG] Find_by_id with method "dfs" not working in util tree class #182

Open kattycherdoneva opened 2 years ago

kattycherdoneva commented 2 years ago

My code: tree.find_by_id(2077, method="dfs")

Error: \dash_cytoscape\utils\Tree.py", line 49, in _dfs: result = child.dfs() AttributeError: 'Tree' object has no attribute 'dfs'. Did you mean: '_dfs'?