mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-08 16:38:51 -06:00
Circular: Implement driving distances
This commit is contained in:
@@ -8,7 +8,7 @@ function instance_parse_test_1()
|
||||
# Parameters
|
||||
@test instance.time_horizon == 4
|
||||
@test instance.building_period == [1]
|
||||
@test instance.distance_metric == "driving"
|
||||
@test instance.distance_metric isa RELOG.EuclideanDistance
|
||||
|
||||
# Products
|
||||
@test length(instance.products) == 4
|
||||
|
||||
Reference in New Issue
Block a user