Kuifje02 / vrpy

A python framework for solving the VRP and its variants with column generation.
MIT License
179 stars 43 forks source link

JOSS Review : general comments #53

Closed Kuifje02 closed 4 years ago

Kuifje02 commented 4 years ago

Some of the items may be repeated in other issues. Just wanted to be sure we don't forget anything from https://github.com/openjournals/joss-reviews/issues/2408#issuecomment-655272567.

with open(path + instance_name) as fp:
E FileNotFoundError: [Errno 2] No such file or directory: '../examples/benchmarks/data/P-n16-k8.vrp'
....\examples\benchmarks\cvrp_augerat.py:53: FileNotFoundError
from ortools.data import (
E ModuleNotFoundError: No module named 'ortools'
from vrpy.vrp import VehicleRoutingProblem
from vrpy.vehicle_routing import VehicleRoutingProblem

which might read a bit more relevant than importing "main"

Kuifje02 commented 4 years ago

I removed the examples/notebook, as everything is in the docs and the tests.