Skip to content

Commit

Permalink
Fix file name in config.json.
Browse files Browse the repository at this point in the history
The file was renamed in #56.
  • Loading branch information
Kobzol authored Jan 22, 2024
1 parent 53ea826 commit f9fc1d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit f9fc1d6

Please sign in to comment.