Zachary Levonian

Results 2 issues of Zachary Levonian

Just a small tweak to an underspecified question. The question is substantially harder and substantially less likely to have valid finite answers if negative integers are permissible. I'll note I...

**Bug Description** LogNormal.summarize() throws a NoneType exception. This is because Normal() correctly calls _distribution.Distribution.summarize() via super() before any processing with X: ```python X, sample_weight = super().summarize(X, sample_weight=sample_weight) ``` LogNormal() attempts...