Giter Club home page Giter Club logo

Comments (4)

dingraha avatar dingraha commented on June 12, 2024

I can actually fix this by commenting out this line, which creates a FlatAxis when constructing a ShapedAxis for a 1D array. That appears to preserve the necessary shape information that's needed by maybe_reshape. But that change breaks other things, unfortunately. For example, indexing a matrix with nested component axis like here no longer works, since the presence of the ShapedAxis triggers calling maybe_reshape, which can't figure out the necessary size of the nested component axis.

from componentarrays.jl.

dingraha avatar dingraha commented on June 12, 2024

OK, I attempted to fix this issue by introducing a Shaped1DAxis type in this PR: #249. It fixes the issue described here, but breaks some relatively minor things (IMHO). The most serious issue appears to be indexing a ComponentIndex with multiple symbols: https://github.com/dingraha/ComponentArrays.jl/blob/0db92aec69fac664524cc95a8f5fa1d3a605ce93/test/runtests.jl#L362, but that already didn't work with multi-dimensional ShapedAxis.

from componentarrays.jl.

dingraha avatar dingraha commented on June 12, 2024

Now almost everything works with #249. The things that are broken:

  • Creating a ComponentArray with an empty NamedTuple is not identical to creating one with an empty Array, like this, as seen here:
ComponentArray(a = T[], b = (;)) == ComponentVector{T}(a = T[], b = T[])
  • As mentioned above, indexing a ComponentIndex with multiple symbols doesn't work when one of the indices refers to a ShapedAxis, as seen here. IIUC that used to work when the index was one-dimensional (and was thus converted into a FlatAxis, but did not work for multi-dimensional ShapedAxis, and still doesn't.

from componentarrays.jl.

dingraha avatar dingraha commented on June 12, 2024

Managed to fix the test for indexing a ComponentIndex with multiple symbols. Now the only broken test in #249 is the "empty NamedTuple vs empty Array one, which is relatively minor IMHO.

from componentarrays.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.