Skip to content

Commit 405fd59

Browse files
committed
Fix for #7369: unroll change in scaling dtype
1 parent 9aa232f commit 405fd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/step_methods/metropolis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ class DEMetropolisZ(ArrayStepShared):
10911091
"accept": (np.float64, []),
10921092
"accepted": (bool, []),
10931093
"tune": (bool, []),
1094-
"scaling": (np.float64, [None]),
1094+
"scaling": (np.float64, []),
10951095
"lambda": (np.float64, []),
10961096
}
10971097

0 commit comments

Comments
 (0)