However, in the evaluation_solution function from loggibud.v1.eval.task1, we are stuck with the default parameters as it has no way of receiving this config variable:
I created this issue for us to determine a good approach for handling it.
Maybe simply add this config variable as an input parameter to evaluate_solution?
When running the OSRM server with different configurations than the default ones, we can usually call the function with something like:
However, in the
evaluation_solution
function fromloggibud.v1.eval.task1
, we are stuck with the default parameters as it has no way of receiving thisconfig
variable:I created this issue for us to determine a good approach for handling it.
Maybe simply add this
config
variable as an input parameter toevaluate_solution
?