qgallouedec / panda-gym

Set of robotic environments based on PyBullet physics engine and gymnasium.
MIT License
506 stars 109 forks source link

Remove mutable default arg #25

Closed qgallouedec closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #25 (b0d174c) into master (76cc82e) will decrease coverage by 0.16%. The diff coverage is 84.61%.

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
- Coverage   97.85%   97.69%   -0.17%     
==========================================
  Files          24       24              
  Lines        1074     1086      +12     
==========================================
+ Hits         1051     1061      +10     
- Misses         23       25       +2     
Impacted Files Coverage Δ
panda_gym/envs/core.py 96.03% <0.00%> (-0.97%) :arrow_down:
panda_gym/pybullet.py 90.41% <90.00%> (-0.10%) :arrow_down:
panda_gym/envs/robots/panda.py 100.00% <100.00%> (ø)

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 76cc82e...b0d174c. Read the comment docs.