Skip to content

Commit

Permalink
Add missing "}" in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bdvllrs committed Apr 26, 2024
1 parent 5a54336 commit 824a366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shimmer/modules/gw_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def fuse(
$$\\lambda_k = \\frac{M_3}{\\frac{c'_1}{a_k} + \\frac{c'_2}{b_k}}$$
where
$$M_3 = \\frac{1}{\\sum_{i=1}^D
\\frac{1}{\\frac{c'_1}{a_i} + \\frac{c'_2}{b_i}}$$
\\frac{1}{\\frac{c'_1}{a_i} + \\frac{c'_2}{b_i}}}$$
Args:
x (`LatentsDomainGroupT`): the group of latent representation.
Expand Down

0 comments on commit 824a366

Please sign in to comment.