Git Product home page Git Product logo

Comments (1)

seibert avatar seibert commented on June 18, 2024

The first bug appears to be a confusion about whether the type from coretypes should be called String or string. Inside blaze/datashape/coretypes.py there is the line:

string = String

But then at the top of blaze/datashape/shorthand.py, only String is imported:

from coretypes import pyobj, bool_, int8, int16, int32, int64, \
    uint8, uint16, uint32, uint64, float16, float32,  \
    float64, float128, float_, int_, double, complex64, \
    complex128, complex128, complex256, String, timedelta64, \
    datetime64

which in turn means that you can't import string directly from the blaze module.

The fix is either to add string to the import list in shorthand.py (and permit String and string to be aliases) or to pick a capitalization and fix everywhere to be consistent.

The second problem is a duplicate of issue #15.

from blaze.

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.