dojo-sim / Dojo.jl

A differentiable physics engine for robotics
MIT License
309 stars 27 forks source link

Fixes variable name typo and exports a couple of convenient methods. #24

Closed adubredu closed 2 years ago

adubredu commented 2 years ago

@thowell

codecov-commenter commented 2 years ago

Codecov Report

Merging #24 (329c33a) into main (b3dbe8c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #24   +/-   ##
=======================================
  Coverage   92.41%   92.41%           
=======================================
  Files          81       81           
  Lines        3823     3823           
=======================================
  Hits         3533     3533           
  Misses        290      290           
Impacted Files Coverage Δ
src/Dojo.jl 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 b3dbe8c...329c33a. Read the comment docs.

simon-lc commented 2 years ago

Thanks for the fix!