Skip to content

Commit

Permalink
Remove max_energy_error sampling stat from HMC (#3783)
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenfoo authored and ColCarroll committed Jan 20, 2020
1 parent 03a64aa commit b90de19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymc3/step_methods/hmc/hmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class HamiltonianMC(BaseHMC):
'diverging': np.bool,
'energy_error': np.float64,
'energy': np.float64,
'max_energy_error': np.float64,
'path_length': np.float64,
'accepted': np.bool,
'model_logp': np.float64,
Expand Down

0 comments on commit b90de19

Please sign in to comment.