You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix matrixload sniff for some matrix files (#4372)
matrixload is_a could fail to detect files like this:
```
2 2
0 0
1 1
```
The header parser was not stopping at EOL and thought that this file had scale
0, which it would then reject.
0 commit comments