Pankaj Bhambhani
Pankaj Bhambhani
Hi, I have added code which allows mails to send via SMTP in addition to the IMAP functionality written by you to retrieve the emails. You can check it out...
This pull request has code changes to handle a separate SMTP session apart from the existing IMAP session. This allows the user to send mails. Currently, this implementation supports only...
https://github.com/pyro-ppl/funsor/blob/1d07af18c21894dd56e2f4f877c7845430c3b729/funsor/distribution.py#L531 Opening a feature request as per [this comment](https://forum.pyro.ai/t/numpyro-funsor-error-when-using-a-positive-constraint-on-a-normally-distributed-variable/4693/5?u=pankajb64) by @fehiepsi Also note that the same issue happens when using `TruncatedNormal` distribution, see [this comment](https://forum.pyro.ai/t/numpyro-funsor-error-when-using-a-positive-constraint-on-a-normally-distributed-variable/4693/6?u=pankajb64).