Skip to content

Commit 84bf9a5

Browse files
committed
Update on "std/var: Deprecate overloads with "unbiased" argument"
[ghstack-poisoned]
2 parents 9a0d677 + 5ce0030 commit 84bf9a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

torch/_decomp/decompositions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ def var_correction(
13401340
return var_real + var_imag
13411341

13421342
if correction is None:
1343-
correction = 0
1343+
correction = 1
13441344

13451345
if len(dims) == 0:
13461346
n = prod(x.shape) # type: ignore[arg-type]

0 commit comments

Comments
 (0)