Skip to content

Commit

Permalink
style(pre-commit.ci): auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 19, 2024
1 parent c9d733c commit 52ba7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/careamics/models/lvae/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,4 +401,4 @@ def kl_normal_mc(z, p_mulv, q_mulv):

p_distrib = Normal(p_mu.get(), p_std)
q_distrib = Normal(q_mu.get(), q_std)
return q_distrib.log_prob(z) - p_distrib.log_prob(z)
return q_distrib.log_prob(z) - p_distrib.log_prob(z)

0 comments on commit 52ba7ad

Please sign in to comment.