dimforge / dimforge/nalgebra

MatrixMarket header is non-compliant

Open
#1,600 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.