HERA-Team / hera_pspec

HERA power spectrum estimation code and data formats
http://hera-pspec.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

fix: circular import with __version__ #360

Closed steven-murray closed 2 years ago

steven-murray commented 2 years ago

Fixes a circular-import issue when importing hera_pspec. The init was importing a submodule which was importing __version__ from the init, but __version__ hadn't yet been defined in the init...

Zhilei commented 2 years ago

Thanks for the PR! Looks good to me.