delete unneeded format option

This commit is contained in:
filifa
2025-05-03 23:39:07 -04:00
parent ac77842e43
commit 65d4e9a15d

View File

@@ -78,7 +78,6 @@ func parse(cmd *cobra.Command, args []string) {
} else if pythonFmt {
fmtOptions = append(fmtOptions, mat.FormatPython())
}
fmtOptions = append(fmtOptions, mat.Squeeze())
a, err := orderedAdjMatrix(graph)
if err != nil {