TUDelft-CITG / halem

HALEM is a python package for optimizing shipping routes. This package provides an algorithm for optimizing the route for a given hydrodynamic model.
https://halem.readthedocs.io
MIT License
12 stars 4 forks source link

Use of "Dill" #2

Closed uijl closed 5 years ago

uijl commented 5 years ago

Dill is mentioned in the requirements.txt, docker file and setup.py. However, it is not used by the program and Dill is quite an odd package and can break others.

Pietervanhalem commented 5 years ago

Oke fixed in developers brach, will be merged into master later