You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pint.utils is a whopping 3285 lines long without any organization. It's a bunch of widely different functions thrown together. We should reorganize it by
Splitting it into multiple files
Moving some of the functions into more sensible locations. For example, wavex_setup and dmwavex_setup should be in the pint.models.[dm]wavex namespace, IMO.
The text was updated successfully, but these errors were encountered:
Just putting a not here about it, but your post reminded me that I've been intending on making a PR to rename get_conjunction() in pint.utils. That name is way too ambiguous. Needs to be something like get_solar_conjunction().
pint.utils
is a whopping 3285 lines long without any organization. It's a bunch of widely different functions thrown together. We should reorganize it bywavex_setup
anddmwavex_setup
should be in thepint.models.[dm]wavex
namespace, IMO.The text was updated successfully, but these errors were encountered: