Code Monkey home page Code Monkey logo

Comments (12)

blink1073 avatar blink1073 commented on July 19, 2024

I think this bug is solvable, I'll take a look tonight.

from oct2py.

blink1073 avatar blink1073 commented on July 19, 2024

(note: this is a bug in Oct2Py, I don't think there's anything you can do differently), and thanks for the report @KainoaCulverhouse!

from oct2py.

KainoaCulverhouse avatar KainoaCulverhouse commented on July 19, 2024

Thank You @blink1073 ,

My suggestion may or may not help but im understanding that y is returned as a data type struct rather than a float. Im trying to see if its possible to convert a struct to a float in octave (no idea if thats possible) because maybe 'dtype' is looking for a float64 rather than a struct.

from oct2py.

blink1073 avatar blink1073 commented on July 19, 2024

@KainoaCulverhouse, Oct2Py does support Octave structs. In this case I think it has more to do with the shape of the data. I'll test against your specific data and add it to the test suite, once I figure out the bug.

from oct2py.

KainoaCulverhouse avatar KainoaCulverhouse commented on July 19, 2024

okay @blink1073 i appreciate it

from oct2py.

blink1073 avatar blink1073 commented on July 19, 2024

Strange, it works for me (I called it testfunc):

In [2]: octave.testfunc(1, 2)
Out[2]: {'a': 1.0, 'b': 2.0}

What version of Oct2Py are you using: oct2py.__version__?

from oct2py.

KainoaCulverhouse avatar KainoaCulverhouse commented on July 19, 2024

I am using version 3.2.0

from oct2py.

KainoaCulverhouse avatar KainoaCulverhouse commented on July 19, 2024

strange, I also get the same error if I simply call '>>> octave.struct()'.

from oct2py.

blink1073 avatar blink1073 commented on July 19, 2024

Ah, I get the error now when calling octave.struct(), that should help me fix the bug...

from oct2py.

blink1073 avatar blink1073 commented on July 19, 2024

Okay, both should be fixed. You can try using the latest development version, or wait until the next release (should be this weekend).

from oct2py.

blink1073 avatar blink1073 commented on July 19, 2024

And now released!

from oct2py.

blink1073 avatar blink1073 commented on July 19, 2024

Closing as fixed.

from oct2py.

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.