Git Product home page Git Product logo

Comments (5)

U8NWXD avatar U8NWXD commented on June 12, 2024

It looks like float64 is the default for numpy, so we'd only get np.float128 if someone specified that explicitly, which seems unlikely. We could remove these and note in the docs that we don't support those data types?

from vivarium-core.

eagmon avatar eagmon commented on June 12, 2024

who put those in and why? Can you check the git blame @cyrus-bio?

Maybe we can check if the type exists, and only use it if it does?

from vivarium-core.

cyrus-bio avatar cyrus-bio commented on June 12, 2024

From a cursory search it seems that most people just use np.float64 at most, or do something along the lines of:
if hasattr(np, 'float128'): do A else: do B

from vivarium-core.

U8NWXD avatar U8NWXD commented on June 12, 2024

I think I put those in. They just tell Vivarium that the numpy serializer should be used for objects of type np.float128. If someone does provide a np.float128 object after we remove the np.float128 reference from this file, nothing will break. Vivarium will just take slightly longer to find the right serializer (it will loop through the serializers instead of looking the right serializer up in a dictionary)

from vivarium-core.

eagmon avatar eagmon commented on June 12, 2024

Sounds like we can safely remove it then. @cyrus-bio -- want to open a pull request in vivarium-core?

from vivarium-core.

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.