Skip to content

Commit

Permalink
Same Update to master (#190)
Browse files Browse the repository at this point in the history
* faster chi2

* misc updates for numpy 2, lint etc

* minor

* linewraps
  • Loading branch information
cmbant committed Aug 9, 2024
1 parent 7c67e20 commit 94ae890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soliket/gaussian/gaussian_data.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Optional, Sequence
import numpy as np
from cobaya.likelihoods.base_classes.DataSetLikelihood import _fast_chi_square
from cobaya.likelihoods.base_classes import _fast_chi_square


class GaussianData:
Expand Down

0 comments on commit 94ae890

Please sign in to comment.