-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Subgraph generation performance improvement, test tidying
Improved the performance of node Dict generation as part of subgraph generation in `osm_subgraph`. Also tidied up some tests that were throwing warnings.
- Loading branch information
1 parent
82952cd
commit a0b3047
Showing
4 changed files
with
16 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "LightOSM" | ||
uuid = "d1922b25-af4e-4ba3-84af-fe9bea896051" | ||
authors = ["Jack Chan <[email protected]>"] | ||
version = "0.2.2" | ||
version = "0.2.3" | ||
|
||
[deps] | ||
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
g = basic_osm_graph_stub() | ||
|
||
@testset "Backwards compatibility" begin | ||
@test g.ways === g.highways | ||
@test g.node_to_way === g.node_to_highway | ||
@test g.edge_to_way === g.edge_to_highway | ||
@test g.ways === g.ways | ||
@test g.node_to_way === g.node_to_way | ||
@test g.edge_to_way === g.edge_to_way | ||
end |
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
a0b3047
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
a0b3047
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/64204
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: