Skip to content

Commit

Permalink
make ut_constants and constit_index_dict public
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Sep 28, 2017
1 parent 05ac2c1 commit 1dc0dd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion utide/__init__.py
Expand Up @@ -2,9 +2,12 @@

from ._solve import solve
from ._reconstruct import reconstruct
from ._ut_constants import ut_constants, constit_index_dict

__all__ = ['solve',
'reconstruct']
'reconstruct',
'ut_constants',
'constit_index_dict']

from ._version import get_versions
__version__ = get_versions()['version']
Expand Down

0 comments on commit 1dc0dd7

Please sign in to comment.