genthalili / searoute-py

A python package to calculate the shortest sea route between two points on Earth.
Apache License 2.0
63 stars 14 forks source link

Exception throwed when using other then array #15

Closed genthalili closed 10 months ago

genthalili commented 1 year ago

When using origin and destination an tuple object instead of array, it throws an exception due to .copy(). To remove the copy from the code. for v 1.1.1!

genthalili commented 10 months ago

fixed in v1.2.0