Git Product home page Git Product logo

Comments (2)

raphaelvallat avatar raphaelvallat commented on July 22, 2024

Hi @xigrug ! Are you sure that you have Numpy 1.16.4? I believe the numpy.format_float_positional was added in Numpy 1.14.0, so it seems that you don't have the latest version of numpy. Please update with:

pip install --upgrade numpy

and then in a iPython console / Jupyter notebook:

import numpy as np
print(np.__version__)
np.format_float_positional(0.325)

Thanks

from pingouin.

raphaelvallat avatar raphaelvallat commented on July 22, 2024

Hi @xigrug ! Did you find the solution to your problem? Unless I hear from you I will close this issue in a few days since I cannot replicate the error and I suspect it's mostly an outdated dependency error.
Thanks

from pingouin.

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.