voxel51/eta

Instantiating empty GPSWaypoints

Closed this issue · 1 comments

getting an error when instantiating an empty GPSWaypoints object, i.e. points=None

ValueError: cannot reshape array of size 0 into shape (0,newaxis)

Good catch. This is a bug. Fix here: #200.