mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-05 23:38:52 -06:00
Implement geodb.jl
This commit is contained in:
11
test/instance/geodb_test.jl
Normal file
11
test/instance/geodb_test.jl
Normal file
@@ -0,0 +1,11 @@
|
||||
# RELOG: Reverse Logistics Optimization
|
||||
# Copyright (C) 2020, UChicago Argonne, LLC. All rights reserved.
|
||||
# Released under the modified BSD license. See COPYING.md for more details.
|
||||
|
||||
using RELOG
|
||||
|
||||
@testset "geodb_query (2018-us-county)" begin
|
||||
point = RELOG.geodb_query("2018-us-county:17043")
|
||||
@test point.lat == 41.83956
|
||||
@test point.lon == -88.08857
|
||||
end
|
||||
@@ -6,6 +6,7 @@ using Test
|
||||
@testset "RELOG" begin
|
||||
@testset "Instance" begin
|
||||
include("instance/compress_test.jl")
|
||||
include("instance/geodb_test.jl")
|
||||
include("instance/parse_test.jl")
|
||||
end
|
||||
@testset "Graph" begin
|
||||
|
||||
Reference in New Issue
Block a user