Skip to content

Commit

Permalink
remove changes in model
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-fan-wang committed Jul 11, 2023
1 parent bd96f2b commit 76d5462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycbc/inference/models/gated_gaussian_noise.py
Original file line number Diff line number Diff line change
Expand Up @@ -772,4 +772,4 @@ def _loglikelihood(self):
setattr(self._current_stats, 'maxl_logl', loglr[idx] + lognl)
# compute the marginalized log likelihood
marglogl = special.logsumexp(loglr) + lognl - numpy.log(len(self.pol))
return float(marglogl)
return float(marglogl)

0 comments on commit 76d5462

Please sign in to comment.