perfectly-balanced / PathBench

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

ROS & Optimisations for structures & grid-style algorithms & 2D render pipeline improvements & LSTM visualisation #54

Closed judicaelclair closed 3 years ago

judicaelclair commented 3 years ago
codecov-io commented 3 years ago

Codecov Report

Merging #54 (6100d53) into master (0a85554) will increase coverage by 0.74%. The diff coverage is 76.39%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage   83.37%   84.11%   +0.74%     
==========================================
  Files          61       63       +2     
  Lines        3079     3192     +113     
==========================================
+ Hits         2567     2685     +118     
+ Misses        512      507       -5     
Impacted Files Coverage Δ
src/maps.py 100.00% <ø> (ø)
tests/test_entities/test_agent.py 100.00% <ø> (+2.56%) :arrow_up:
tests/test_entities/test_entity.py 100.00% <ø> (+2.63%) :arrow_up:
tests/test_entities/test_extended_wall.py 100.00% <ø> (+2.56%) :arrow_up:
tests/test_entities/test_goal.py 100.00% <ø> (+2.56%) :arrow_up:
tests/test_entities/test_obstacle.py 100.00% <ø> (+2.56%) :arrow_up:
tests/test_entities/test_trace.py 100.00% <ø> (+2.85%) :arrow_up:
tests/test_maps/test_dense_map.py 100.00% <ø> (+0.89%) :arrow_up:
tests/test_maps/test_map.py 100.00% <ø> (+2.63%) :arrow_up:
tests/test_maps/test_sparse_3d.py 100.00% <ø> (+0.93%) :arrow_up:
... and 24 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 0a85554...6100d53. Read the comment docs.