Git Product home page Git Product logo

Comments (8)

moble avatar moble commented on July 29, 2024

I can verify that this happens with the newest versions of everything. I've tracked it back to the numpy.core.umath.multiply.reduce function. Here's a MWE:

import numpy as np
from numpy.core import umath as um
import quaternion

a = np.array([quaternion.x, quaternion.y])
um.multiply.reduce(a, axis=None, dtype=None, out=None, keepdims=False)

Unfortunately, I can't actually find where that function is defined, because I would hope to pass the buck to the numpy maintainers...

@eric-wieser Since you seem to know something about both repos, any thoughts?

from quaternion.

eric-wieser avatar eric-wieser commented on July 29, 2024

numpy\core\src\umath\ufunc_object.c:PyUFunc_Reduce is the place to start looking. That does indeed seem odd.

However, it works fine on np.core.test_rational.rational - so my hunch is that your multiply inner loop is broken

from quaternion.

eric-wieser avatar eric-wieser commented on July 29, 2024

np.multiply.reduce(a[:0]) shows the same problem, which is interesting

from quaternion.

eric-wieser avatar eric-wieser commented on July 29, 2024

The hang is within type_tuple_type_resolver.

from quaternion.

eric-wieser avatar eric-wieser commented on July 29, 2024

This is a numpy bug, in type_tuple_userloop_type_resolver, where there is an obvious inner loop.

Please file an issue upstream!

from quaternion.

eric-wieser avatar eric-wieser commented on July 29, 2024

*infinite loop

from quaternion.

moble avatar moble commented on July 29, 2024

Thanks! Issue filed. I'll keep an eye on that to test any fixes, and I'll leave this open until the fix makes it into a numpy release.

from quaternion.

moble avatar moble commented on July 29, 2024

The changes have filtered down to the conda package, so this issue is resolved. Thanks everyone!

from quaternion.

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.