Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
xgarrido committed Sep 4, 2024
1 parent 679842e commit bcf6e8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/mflike.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
``MFLike`` class content
------------------------

.. autoclass:: mflike.MFLike
.. autoclass:: mflike.mflike._MFLike
:exclude-members: initialize
:members:
:private-members:
Expand Down
4 changes: 2 additions & 2 deletions mflike/mflike.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
The theory :math:`C_{\ell}` are then summed with the (possibly frequency
integrated) foreground power spectra from the ``BandpowerForeground`` class,
and modified by systematic effects and calibrations.
The underlying foreground spectra are computed through ``fgspectra``.
and modified by systematic effects and calibrations.
The underlying foreground spectra are computed through ``fgspectra``.
This class applies three kinds of systematic effects to the CMB + foreground power spectrum:
Expand Down

0 comments on commit bcf6e8f

Please sign in to comment.