Closed Brandon-Rozek closed 5 months ago
In parse_magic.py currently it numbers the matrices incrementally by one. This makes it hard to debug parse errors when comparing against the original matrices in magic.
parse_magic.py
Using the same numbering scheme as magic would make this easier
Implemented with Commit a6ca7ff
In
parse_magic.py
currently it numbers the matrices incrementally by one. This makes it hard to debug parse errors when comparing against the original matrices in magic.Using the same numbering scheme as magic would make this easier