Giter VIP home page Giter VIP logo

Comments (3)

xzackli avatar xzackli commented on June 21, 2024 1

Thank you! Yes, that's just what I was looking for. I'd initially gotten confused by

ERROR: UndefVarError: `AutoLookup` not defined

when trying this out in my own Dimensions. That's my own error: I believe it's because the macro evaluates in the calling context, and I hadn't imported AutoLookup.

using DimensionalData: @dim, XDim, AutoLookup
@dim X2 XDim
x = X2(10:20; metadata=Dict())

Thank you again for writing such a useful package!

from dimensionaldata.jl.

rafaqz avatar rafaqz commented on June 21, 2024

You can! But it goes in the lookup, as Dimension is just a wrapper.

Theres even a helper to do it without constructing the lookup:

x =X(10:20; metadata=Dict())

When you put x in a DimArray format will put the metadata dict in the lookup for you.

For FFT you may also want to extend Lookup if you need anything more than metadata, like custom dispatch. You can extend AbstractSampled to keep most of the selectors etc working as normal.

from dimensionaldata.jl.

rafaqz avatar rafaqz commented on June 21, 2024

Probably should need to import that!

Maybe a bug in the macro.

from dimensionaldata.jl.

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.