Skip to content

Path string conflict between Matlab and Python #5

@mitlabence

Description

@mitlabence

In Python, a file path should be given as a string with slash as separator: "C:/Files/example_file.nd2".
In Matlab, it is mostly a character array (?) with backslash as separator: 'C:\Files\example_file.nd2".
This leads to issues in using matlab functions from Python, like in demo_pipeline, nd2ReadWithOptions().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions