We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ce16f commit f7861b5Copy full SHA for f7861b5
pymc/model.py
@@ -1779,7 +1779,7 @@ def check_start_vals(self, start):
1779
raise SamplingError(
1780
"Initial evaluation of model at starting point failed!\n"
1781
f"Starting values:\n{elem}\n\n"
1782
- f"Initial evaluation results:\n{initial_eval}"
+ f"Logp initial evaluation results:\n{initial_eval}"
1783
)
1784
1785
def point_logps(self, point=None, round_vals=2):
0 commit comments