-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/553 simplified attributes should be summarised (#556)
* chore: renaming representative_damage_percentile * fix: removed ;.join and replaced with unique string or a string of a list * fix: removed ;.join and replaced with unique string or a string of a list * fix: make a directed graph * chore: add_x_y_to_nodes added to simplification process * chore: forcing directed reversed * test: graph updated * feat: deg_4 node filtering added * chore: update the directionality of a few relevant functions * feat: degree-4 path finding completed * chore: test updated * chore: test updated * chore: forward and backward formation updated * chore: test the use of a line of code * chore: undone line impact check * chore: comment added * chore: created one _aggrfunc with a flag * fix: networkx_graph property added to snkit_network_wrapper * doc: comment added for clarification of _filter_degree_2 * doc: comment added for clarification of _filter_degree_4 * doc: minor * fix: _filter_node replaced two repeating functions * fix: code made compacter and more comments added * fix: last commit almost reverted * doc: comments added to _get_edge_paths * chore: minor * chore: _ removed from the inned functions * chore: _ removed from the inned functions * chore: _ removed from the inned functions * fix: array to int to create a dict * fix: removed default values + private variables * fix: while loop is replaced * fix: add_edge_with_attributes added to make the test compacter * fix: add_nodes_from replaced the for loop * chore: default values are removed * chore: self.to_networkx() replaced * chore: test revised * chore: removed unnecessaty self.to_networkx() * chore: formatted * chore: graph1 renamed * chore: reformatting * chore: attribute to exclude renamed * chore: network.ini updated for optimal route with hazard example --------- Co-authored-by: Ardt Klapwijk <[email protected]>
- Loading branch information
1 parent
eedb2f1
commit 0cc6cf4
Showing
6 changed files
with
279 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.