gwnrtools / nr-catalog-tools

A unified interface to various catalogs of Numerical Relativity simulations of compact binary mergers.
https://github.com/gwnrtools/nr-catalog-tools
GNU General Public License v3.0
1 stars 5 forks source link

Streamline imports #24

Closed adivijaykumar closed 1 year ago

adivijaykumar commented 1 year ago
  1. Does away with all relative imports
  2. Imports all required packages at top-level instead of function-level

For 2 @prayush was there any reason the package was designed with many function level imports? If yes, then I can remove those changes. If not, I strongly recommend the current PR.