Git Product home page Git Product logo

Comments (6)

fuzzthink avatar fuzzthink commented on August 11, 2024 1

I'm very sorry @rreusser . I called up on ndarray instead of instance of it. It runs fine. Thank you for your help and I apologies for the time and effort you spent.

from ndarray.

fuzzthink avatar fuzzthink commented on August 11, 2024

Found out NdArray has tolist() method. However, it's not in the documentation at http://scijs.net/packages/#scijs/ndarray

from ndarray.

rreusser avatar rreusser commented on August 11, 2024

@fuzzthink Can you clarify what didn't work when using ndarray-unpack?

from ndarray.

fuzzthink avatar fuzzthink commented on August 11, 2024

The thread on issue #29 mentioned ndarray-unpack on "convert an ndarray back to a buffer/array". So I tried

nd = require('ndarray')
up = require('ndarray-unpack')
up(nd([1,2]))

and errored:

TypeError: Cannot read property 'join' of undefined
    at unpackCwise_cwise_thunk (eval at createThunk (/Users/john/dev/testnode/node_modules/cwise-compiler/lib/thunk.js:82:15), <anonymous>:6:49)
    at unpack (/Users/john/dev/testnode/node_modules/ndarray-unpack/unpack.js:19:3)

Btw, the tolist() I mentioned turns out to be from numjs, not this ndarray repo.

from ndarray.

rreusser avatar rreusser commented on August 11, 2024

Apologies but I still don't quite follow. I created a repo that runs the above code here. I get:

[ 1, 2 ]

instead of the error. It seems like maybe a cwise transform issue. Are you using node? browserify? webpack?

from ndarray.

rreusser avatar rreusser commented on August 11, 2024

@fuzzthink No worries! There are lots of details in using these modules, so lots of subtle things can go wrong when you really get into the details. Glad you got it! Let me/someone know if you encounter other issues.

from ndarray.

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.