perfectly-balanced / PathBench

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

Fixed float/int in Point class #14

Closed Nabushika closed 3 years ago

Nabushika commented 3 years ago

Store as what's given internally, but convert to int for tests if doing so wouldn't change the value.

JohnYao93 commented 3 years ago

fix the not passing tests, you can't index with a float array

codecov-io commented 3 years ago

Codecov Report

Merging #14 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   98.42%   98.42%           
=======================================
  Files          13       13           
  Lines         764      764           
=======================================
  Hits          752      752           
  Misses         12       12           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ea980b7...c777743. Read the comment docs.