Skip to content

Commit

Permalink
Fix mflike scales (#139)
Browse files Browse the repository at this point in the history
* fixing mflike scales to [30,9000]

* fixing dataset
  • Loading branch information
sgiardie authored Jul 6, 2023
1 parent 87dae4a commit d6b2512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soliket/mflike/mflike.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

class MFLike(GaussianLikelihood, InstallableLikelihood):
_url = "https://portal.nersc.gov/cfs/sobs/users/MFLike_data"
_release = "v0.7.1" # data for v0.8 is the same as this version
_release = "v0.8"
install_options = {"download_url": "{}/{}.tar.gz".format(_url, _release)}

# attributes set from .yaml
Expand Down

0 comments on commit d6b2512

Please sign in to comment.