LLNL / SSAPy

A Python package allowing for fast and precise orbital modeling.
https://software.llnl.gov/SSAPy/
MIT License
36 stars 8 forks source link

Modify checkAngle function to allow non-default rtol #26

Closed JasonBernstein1 closed 2 months ago

JasonBernstein1 commented 2 months ago

The checkAngle function currently uses a fixed relative tolerance (rtol) of 0, even if a user specifies a different rtol value as an argument to the function. This pull request replaces the fixed, default value of rtol with the user-supplied value.