Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
songololo committed Nov 28, 2024
1 parent 9e9f1a6 commit 35b38e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
},
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
}
2 changes: 2 additions & 0 deletions pysrc/cityseer/tools/graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ def nx_remove_dangling_nodes(
remove_nodes.append(nd_key)
g_multi_copy.remove_nodes_from(remove_nodes)

g_multi_copy = nx_remove_filler_nodes(g_multi_copy)

return g_multi_copy


Expand Down

0 comments on commit 35b38e4

Please sign in to comment.