Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@sjsrey
Copy link
Member

@sjsrey sjsrey commented Oct 21, 2013

No description provided.

@sjsrey
Copy link
Member Author

sjsrey commented Oct 21, 2013

Keep this open as we have to unroll the recursion for large n:

/Users/serge/Documents/p/pysal/src/pysal/pysal/weights/util.py in dfs(node)
1113 if each not in visited:
1114 spanning_tree[each] = node
-> 1115 dfs(each)
1116 else:
1117 if (spanning_tree[node] != each):

RuntimeError: maximum recursion depth exceeded

@ghost ghost assigned sjsrey Oct 21, 2013
@jlaura
Copy link
Member

jlaura commented Oct 21, 2013

Also, the failure on the initial commit - looks like it was a doc test precision issue? Is that correct?

@sjsrey
Copy link
Member Author

sjsrey commented Oct 21, 2013

The initial commit should be fixed by now. But the exhausting the recursion depth i is something that needs to be addressed before this gets merged.

@sjsrey sjsrey added this to the Release milestone Feb 7, 2014
@sjsrey sjsrey added the bug label Feb 7, 2014
@sjsrey
Copy link
Member Author

sjsrey commented Jul 19, 2014

Closing as this is stale. Opening an issue to revisit when network module gets more bandwidth.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants