Skip to content

Commit

Permalink
cNG: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosggarcia committed Nov 22, 2024
1 parent a674167 commit 8be34e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tjpcov/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def covariance_from_name(name):
from .covariance_fourier_gaussian_nmt import FourierGaussianNmt as Cov
elif name == "FourierSSCHaloModel":
from .covariance_fourier_ssc import FourierSSCHaloModel as Cov
elif name == "FourierSSCHaloModel":
elif name == "FouriercNGHaloModel":
from .covariance_fourier_cNG import FouriercNGHaloModel as Cov
elif name == "ClusterCountsSSC":
from .covariance_cluster_counts_ssc import ClusterCountsSSC as Cov
Expand Down

0 comments on commit 8be34e7

Please sign in to comment.