Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multidimensional arrays #52

Open
jmlord opened this issue Jan 22, 2024 · 0 comments
Open

Support for multidimensional arrays #52

jmlord opened this issue Jan 22, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jmlord
Copy link
Contributor

jmlord commented Jan 22, 2024

Arrays in the Run UI and the pipeline editor are entered as a comma-separated list. This does not allow for multidimensional arrays.

Current workaround in pipeline editor: In order to produce and array of arrays, one can connect many arrays to the same input.
There is no workaround in run ui.

For all [][] values, we could ask the user to explicitly put brackets as such: [[a1, a2], [b1, b2]]

@jmlord jmlord added enhancement New feature or request good first issue Good for newcomers labels Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Backlog
Development

No branches or pull requests

1 participant