perfectly-balanced / PathBench

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

allow analyser to be run by specified dimension in configuration #47

Open dh4618 opened 3 years ago

dh4618 commented 3 years ago

allow analyser to be run by specified dimension in configuration, create directory in generator when it does not exsit.

codecov-io commented 3 years ago

Codecov Report

Merging #47 (62779e3) into master (9bee82c) will decrease coverage by 1.55%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
- Coverage   82.55%   81.00%   -1.56%     
==========================================
  Files          50       51       +1     
  Lines        2345     2437      +92     
==========================================
+ Hits         1936     1974      +38     
- Misses        409      463      +54     
Impacted Files Coverage Δ
...lgorithms/configuration/maps/occupancy_grid_map.py 55.81% <0.00%> (-29.67%) :arrow_down:
...hm/test_configuration/test_maps/test_sparse_map.py 99.05% <0.00%> (-0.01%) :arrow_down:
...thm/test_configuration/test_maps/test_dense_map.py 99.10% <0.00%> (-0.01%) :arrow_down:
.../test_configuration/test_maps/test_dense_map_3d.py 99.12% <0.00%> (-0.01%) :arrow_down:
src/maps.py 100.00% <0.00%> (ø)
src/algorithms/configuration/maps/sparse_map.py 89.24% <0.00%> (ø)
src/utility/utils.py
.../services/event_manager/events/map_update_event.py 72.72% <0.00%> (ø)
src/utility/misc.py 50.00% <0.00%> (ø)
src/algorithms/configuration/maps/dense_map.py 88.23% <0.00%> (+0.17%) :arrow_up:
... and 1 more

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 9bee82c...62779e3. Read the comment docs.