feat(debugUtils): added more sparse matrix debug utilities

This commit is contained in:
2025-04-14 07:58:37 -04:00
parent 41460acacf
commit c680433740
5 changed files with 233 additions and 108 deletions

View File

@@ -33,4 +33,7 @@ classifiers = [
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]
where = ["src"]
[project.scripts]
smanalyze = "SSEDebug.smRead.cli.interface:inspectSMMat"