Git Product home page Git Product logo

Comments (8)

cdonovick avatar cdonovick commented on September 22, 2024

Today in new ways to fail writing a bug report: not actually listing the failure.

The failing test cases raise ValueError: invalid digits

from gmpy.

casevh avatar casevh commented on September 22, 2024

I believe I've fixed this in the upcoming 2.1.3 release. Can you test the appropriate binary wheel contained in https://github.com/aleaxit/gmpy/suites/8231102535/artifacts/359235281 ?

from gmpy.

cdonovick avatar cdonovick commented on September 22, 2024

Ill be honest I have no Idea how to install a wheel directly. My bugs were fixed by installing gmpy2 master. I couldn't find a 2.1.3 tag or branch to install.

I do have a new bug though that is probably related.

Passing tests:

with gmpy2.local_context(subnormalize=False): 
    assert gmpy2.is_signed(gmpy2.mpfr('-0'))

with gmpy2.local_context(subnormalize=False):
    assert gmpy2.is_signed(gmpy2.mpfr(float('-0')))

with gmpy2.local_context(subnormalize=True): 
    assert gmpy2.is_signed(gmpy2.mpfr(float('-0')))

Failing test:

with gmpy2.local_context(subnormalize=True): 
    assert gmpy2.is_signed(gmpy2.mpfr('-0'))

If it is helpful in the passing test repr(negative_zero) == "mpfr('-0.0')".
Where in the failing test repr(negative_zero) == "mpfr('0.0')".

from gmpy.

cdonovick avatar cdonovick commented on September 22, 2024

@casevh Would you expect the above to be solved in the 2.1.3 release

from gmpy.

casevh avatar casevh commented on September 22, 2024

from gmpy.

casevh avatar casevh commented on September 22, 2024

It was fixed in 2.1.3. I did an updated 2.1.4 release that solved multiple issues with building wheels. The normal pip install process should work.

from gmpy.

skirpichev avatar skirpichev commented on September 22, 2024

@casevh, probably this can be closed.

from gmpy.

casevh avatar casevh commented on September 22, 2024

Thanks for finding and reporting the bug.

Case

from gmpy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.