Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 28, 2022
1 parent 484b282 commit a6b3989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relaxed/ops/likelihood_gaussianity.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ def gaussianity(
)(gaussian_parspace_samples, bestfit_pars)

diffs = relative_nlls_model - relative_nlls_gaussian
return jnp.nanmean(diffs ** 2, axis=0)
return jnp.nanmean(diffs**2, axis=0)

0 comments on commit a6b3989

Please sign in to comment.