Skip to content

Commit

Permalink
oops forgot to include covariance module in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanwm authored Nov 14, 2024
1 parent 6e81bce commit bb5f61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyMaCh3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from ._pyMaCh3 import __doc__, fitter, manager, plotting, sample_pdf, splines
from ._pyMaCh3 import __doc__, fitter, manager, plotting, sample_pdf, splines, covariance

__all__ = ["__doc__", "fitter", "manager", "plotting", "sample_pdf", "splines"]
__all__ = ["__doc__", "fitter", "manager", "plotting", "sample_pdf", "splines", "covariance"]

0 comments on commit bb5f61e

Please sign in to comment.