Skip to content

Multi-dimensional arrays not showing up correctly in the docs #984

@dqnykamp

Description

@dqnykamp

Multi-dimensional arrays are showing up as just 1D arrays in the properties in the docs. For example, maxima for a function appears as [ number ], even though it is 2-dimensonal array. I guess it should show up as [ [ number ] ].

The schema correctly shows the maxima array as having numDimensions = 2, so the fix should just be a change in the processing code for the docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions