Skip to content

Commit

Permalink
Merge pull request #39 from sibirrer/sibirrer-patch-1
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
sibirrer authored Jun 27, 2024
2 parents 905f027 + b07cf43 commit 8c2058c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ History
* double source plane likelihood
* Pantheon+ likelihood
* improved API

1.1.3 (2024-06-27)
------------------

* composite model likelihood and fitting
2 changes: 1 addition & 1 deletion hierarc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Simon Birrer"""
__email__ = "[email protected]"
__version__ = "1.1.2"
__version__ = "1.1.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def run_tests(self):
test_suite="test",
tests_require=test_requirements,
url="https://github.com/sibirrer/hierarc",
version="1.1.2",
version="1.1.3",
zip_safe=False,
cmdclass={"test": PyTest},
)
4 changes: 3 additions & 1 deletion test/test_Likelihood/test_cosmo_likelihood.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ def test_log_likelihood(self):
cosmo_fixed=None,
)

def custom_prior(kwargs_cosmo, kwargs_lens, kwargs_kin, kwargs_source, kwargs_los):
def custom_prior(
kwargs_cosmo, kwargs_lens, kwargs_kin, kwargs_source, kwargs_los
):
return -1

cosmoL_prior = CosmoLikelihood(
Expand Down

0 comments on commit 8c2058c

Please sign in to comment.