Skip to content

Commit

Permalink
Added imports
Browse files Browse the repository at this point in the history
  • Loading branch information
javicarron committed Feb 20, 2024
1 parent d04fba3 commit 00d049b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pynkowski/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,11 @@
from .theory import (TheoryField,
Gaussian,
SphericalGaussian,
EuclideanGaussian,
Chi2,
SphericalChi2)

from .stats import (V0, V1, V2, maxima, minima)
from .stats import (V0, V1, V2, V3, maxima, minima)

from .__version import __version__

Expand Down
2 changes: 1 addition & 1 deletion pynkowski/stats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- There is also a general utilities submodule called [`utils_st`](stats/utils_st.html).
'''

from .minkowski import V0, V1, V2
from .minkowski import V0, V1, V2, V3
from .extrema import maxima, minima
# from .utils_st import subsample_us, define_ubins

Expand Down

0 comments on commit 00d049b

Please sign in to comment.