Skip to content

Commit 5af668b

Browse files
committed
Updated docs
1 parent 512f335 commit 5af668b

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

docs/api/mt.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
mt.mlm
1717
mt.ora
1818
mt.udt
19-
mt.udt
2019
mt.ulm
2120
mt.viper
2221
mt.waggr

src/decoupler/mt/_mlm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ def _func_mlm(
8888
8989
p_{value} = 2 \times \mathrm{sf}(|ES|, \text{df})
9090
91-
%(tval)s
9291
9392
%(params)s
93+
%(tval)s
9494
9595
%(returns)s
9696
"""

src/decoupler/mt/_ulm.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,8 @@ def _func_ulm(
8989
9090
%(yestest)s
9191
92-
%(tval)s
93-
9492
%(params)s
93+
%(tval)s
9594
9695
%(returns)s
9796
"""

0 commit comments

Comments
 (0)