plotly / dash-cytoscape

Interactive network visualization in Python and Dash, powered by Cytoscape.js

Home Page:https://dash.plot.ly/cytoscape

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kattycherdoneva opened this issue · comments

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'?