MatrixMarket header is non-compliant
Open
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
The MatrixMarket export of `nalgebra-sparse` produces the following header, with the lowercase word "matrixmarket":
```
%%matrixmarket matrix coordinate real general
```
While according to the [spec](https://math.nist.gov/MatrixMarket/formats.html#MMformat), it should be:
```
%%MatrixMarket matrix coordinate real general
```
This breaks reading MatrixMarket files in Python with scipy.io.mmread (tested with scipy-1.16.3).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.