Skip to content

Conversation

@ntjohnson1
Copy link
Collaborator

@ntjohnson1 ntjohnson1 commented Nov 14, 2025

Closes #455

I prefer this to_memory order approach since it is backwards compatible with MATLAB. It also allows us to update the header at somepoint in the future to mark Fortran or C order since the MATLAB currently splits the first line to extract the tensor type. We could update the logic there to error out if necessary to avoid confusion.

An alternative is to look if there is a simple approach to add a performant parse of the file in fortran order but unless we have dramatic performance needs that seems like a lot of work for minimal benefit.


📚 Documentation preview 📚: https://pyttb--464.org.readthedocs.build/en/464/

@ntjohnson1 ntjohnson1 requested a review from dmdunla November 14, 2025 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

import_data not treating 2-way array data as having 'F' ordering

1 participant