From f9fc1d695515b55e71451b20a29355bb4e23bed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Mon, 22 Jan 2024 15:03:13 +0100 Subject: [PATCH] Fix file name in `config.json`. The file was renamed in https://github.com/It4innovations/ruth/pull/56. --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 404e537..669db96 100644 --- a/config.json +++ b/config.json @@ -16,8 +16,8 @@ }, "run" : { - "vehicles-path": "benchmarks/od-matrices/INPUT-od-matrix-10-vehicles-town-resolution.parquet", + "vehicles-path": "benchmarks/od-matrices/INPUT-od-matrix-10-vehicles.parquet", "alternatives": "fastest-paths", "route-selection": "first" } -} \ No newline at end of file +}