Sergey B Kirpichev

Results 396 comments of Sergey B Kirpichev

Have you tried a suggestion: "Try with a higher maxprec, maxterms, or set zeroprec"?

Probably, mandelbrot example should be included in the gallery too.

https://github.com/mpmath/mpmath/pull/795

Lets put this on hold per discussion in #795. This may affect also other merged prs, that "fix" inconsistencies for mp vs fp contexts for complex numbers with infinite components....

> I am not sure that mpmath is going in the right direction considering the discussions here. As the proposed change introduced incompatibilities, I think we should give a chance...

> As the proposed change introduced incompatibilities Hmm, in fact I was wrong here. This convention was present in the mpmath v1.3.0 for ``asin(±oo)`` and ``acos(±oo)`` (for other arguments with...

> a defect in the mp part that can be fixed via introducing the signed zero to it. Or a new context, with more mpfr-like mpf type. Certainly, not all...

Yeah, just happened with me (again). I think it's a bug: tool should automate this. And beware #99 :D

@dpr-0, try to look to the ``.git/config``: probably it has some remnants of cherry-picker.state (like BACKPORT_LOOP_START above). Removing related section from that file was a solution for me.