fatiando / boule

Reference ellipsoids for geodesy and geophysics
https://www.fatiando.org/boule
BSD 3-Clause "New" or "Revised" License
38 stars 17 forks source link

Make parameter validation methods private #55

Closed leouieda closed 3 years ago

leouieda commented 3 years ago

The check_* methods were appearing in the API list, which isn't desirable since they are not meant to be used directly. Make them private (with a leading _) to avoid this. While we're at it, use f-strings to make error messages shorter.

Reminders: