Giter VIP home page Giter VIP logo

Comments (5)

arokem avatar arokem commented on May 23, 2024

Thanks for reporting! I'd never tested it with complex data-types. It's too
bad that it doesn't just work. We are working on a rather extensive
refactor of the pymatbridge, so once things settle, we can see if we can't
find a good solution for this. Preferably pass the variables around via
IPC, rather than the current solution that uses the file-system (the error
is coming from the underlying HDF5 file library implementing that).

On Sun, Jan 19, 2014 at 11:03 AM, Chilichiller [email protected]:

Trying to use the magic syntax with a variable transfer of a complex
matrix using
%%matlab -o Y
gives the following error:

the HDF5 class H5T_COMPOUND is not supported yet
The leaf will become an UnImplemented node.

The workaround of storing the real and imaginary part in Matlab, transfer
them and combine them later in python works, but is a little cumbersome to
do. (I guess this is more a feature request than a bug.)


Reply to this email directly or view it on GitHubhttps://github.com//issues/38
.

from python-matlab-bridge.

mpollow avatar mpollow commented on May 23, 2024

I just checked the HDF5 File created in the tmp-folder. It gets written fine from Matlab, but PyTables cannot open the Matlab-style complex HDF5 file. The package h5py can read this kind of data and could be used instead of PyTables for the task. I will try to implement this for me if not too hard.

Martin

Am 20.01.2014 um 01:01 schrieb Ariel Rokem [email protected]:

Thanks for reporting! I'd never tested it with complex data-types. It's too
bad that it doesn't just work. We are working on a rather extensive
refactor of the pymatbridge, so once things settle, we can see if we can't
find a good solution for this. Preferably pass the variables around via
IPC, rather than the current solution that uses the file-system (the error
is coming from the underlying HDF5 file library implementing that).

On Sun, Jan 19, 2014 at 11:03 AM, Chilichiller [email protected]:

Trying to use the magic syntax with a variable transfer of a complex
matrix using
%%matlab -o Y
gives the following error:

the HDF5 class H5T_COMPOUND is not supported yet
The leaf will become an UnImplemented node.

The workaround of storing the real and imaginary part in Matlab, transfer
them and combine them later in python works, but is a little cumbersome to
do. (I guess this is more a feature request than a bug.)


Reply to this email directly or view it on GitHubhttps://github.com//issues/38
.


Reply to this email directly or view it on GitHub.

from python-matlab-bridge.

arokem avatar arokem commented on May 23, 2024

Great. Thanks so much for looking into this! Please do submit a pull
request against my master if you find a good solution.

On Sun, Jan 19, 2014 at 4:48 PM, Chilichiller [email protected]:

I just checked the HDF5 File created in the tmp-folder. It gets written
fine from Matlab, but PyTables cannot open the Matlab-style complex HDF5
file. The package h5py can read this kind of data and could be used instead
of PyTables for the task. I will try to implement this for me if not too
hard.

Martin

Am 20.01.2014 um 01:01 schrieb Ariel Rokem [email protected]:

Thanks for reporting! I'd never tested it with complex data-types. It's
too
bad that it doesn't just work. We are working on a rather extensive
refactor of the pymatbridge, so once things settle, we can see if we
can't
find a good solution for this. Preferably pass the variables around via
IPC, rather than the current solution that uses the file-system (the
error
is coming from the underlying HDF5 file library implementing that).

On Sun, Jan 19, 2014 at 11:03 AM, Chilichiller [email protected]:

Trying to use the magic syntax with a variable transfer of a complex
matrix using
%%matlab -o Y
gives the following error:

the HDF5 class H5T_COMPOUND is not supported yet
The leaf will become an UnImplemented node.

The workaround of storing the real and imaginary part in Matlab,
transfer
them and combine them later in python works, but is a little
cumbersome to
do. (I guess this is more a feature request than a bug.)


Reply to this email directly or view it on GitHub<
https://github.com/arokem/python-matlab-bridge/issues/38>
.


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/38#issuecomment-32727938
.

from python-matlab-bridge.

mpollow avatar mpollow commented on May 23, 2024

I will let you know, if I succeed.

Am 20.01.2014 um 01:50 schrieb Ariel Rokem [email protected]:

Great. Thanks so much for looking into this! Please do submit a pull
request against my master if you find a good solution.

On Sun, Jan 19, 2014 at 4:48 PM, Chilichiller [email protected]:

I just checked the HDF5 File created in the tmp-folder. It gets written
fine from Matlab, but PyTables cannot open the Matlab-style complex HDF5
file. The package h5py can read this kind of data and could be used instead
of PyTables for the task. I will try to implement this for me if not too
hard.

Martin

Am 20.01.2014 um 01:01 schrieb Ariel Rokem [email protected]:

Thanks for reporting! I'd never tested it with complex data-types. It's
too
bad that it doesn't just work. We are working on a rather extensive
refactor of the pymatbridge, so once things settle, we can see if we
can't
find a good solution for this. Preferably pass the variables around via
IPC, rather than the current solution that uses the file-system (the
error
is coming from the underlying HDF5 file library implementing that).

On Sun, Jan 19, 2014 at 11:03 AM, Chilichiller [email protected]:

Trying to use the magic syntax with a variable transfer of a complex
matrix using
%%matlab -o Y
gives the following error:

the HDF5 class H5T_COMPOUND is not supported yet
The leaf will become an UnImplemented node.

The workaround of storing the real and imaginary part in Matlab,
transfer
them and combine them later in python works, but is a little
cumbersome to
do. (I guess this is more a feature request than a bug.)


Reply to this email directly or view it on GitHub<
https://github.com/arokem/python-matlab-bridge/issues/38>
.


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/38#issuecomment-32727938
.


Reply to this email directly or view it on GitHub.

from python-matlab-bridge.

mpollow avatar mpollow commented on May 23, 2024

Thanks for merging my bugfix. Basic complex data transfer from Matlab to Python works now fine. There is still a bug when changing the size of a already transfered variable. I will file another bug report. Actually two. :)

from python-matlab-bridge.

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.