perfectly-balanced / PathBench

Benchmarking Platform for Classic and Learned Path Planning Algorithms.
Other
91 stars 18 forks source link

Rename Point.pos property to Point.values #35

Closed judicaelclair closed 3 years ago

judicaelclair commented 3 years ago

It would make more sense to have Point.values instead of Point.pos, as this is the convention in libraries such as Pandas. Moreover, pos is definitely counter-intuitive because Point itself is a position. We should move to values property and deprecate pos and eventually remove it entirely.