Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibeauWouters committed Nov 27, 2023
1 parent fbfbe5e commit 5e42892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jimgw/likelihood.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def maximize_likelihood(
n_loops: int = 2000,
):
bounds = jnp.array(bounds).T
set_nwalkers = set_nwalkers
set_nwalkers = set_nwalkers # TODO remove this?

y = lambda x: -self.evaluate_original(
prior.add_name(x, transform_name=True, transform_value=True), None
Expand Down

0 comments on commit 5e42892

Please sign in to comment.