bdaiinstitute / spatialmath-python

Create, manipulate and convert representations of position and orientation in 2D or 3D using Python
MIT License
497 stars 82 forks source link

pass tolerance value when calling sub-routines #99

Closed jcao-bdai closed 9 months ago

jcao-bdai commented 10 months ago

This PR is part of the effort to improve consistency of tolerance usages in various checks (e.g. ishom, isR, etc.), it fixes a couple of simple issues where the tol(erance) is set but not passed to sub-routines.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e2d44b1) 75.62% compared to head (91ac5ed) 75.62%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #99 +/- ## ======================================= Coverage 75.62% 75.62% ======================================= Files 24 24 Lines 5132 5132 ======================================= Hits 3881 3881 Misses 1251 1251 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

myeatman-bdai commented 9 months ago

Looks good to me.