Skip to content

Commit 814acc5

Browse files
maresbaseyboldt
andauthored
Update pymc/step_methods/hmc/integration.py
Co-authored-by: Adrian Seyboldt <[email protected]>
1 parent 363b4c8 commit 814acc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pymc/step_methods/hmc/integration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ class State(NamedTuple):
2626
q: RaveledVars
2727
p: RaveledVars
2828
v: np.ndarray
29-
q_grad: Any
30-
energy: Any
31-
model_logp: Any
29+
q_grad: np.ndarray
30+
energy: float
31+
model_logp: float
3232
index_in_trajectory: int
3333

3434

0 commit comments

Comments
 (0)