delete unneeded format option

This commit is contained in:
filifa 2025-05-03 23:39:07 -04:00
parent ac77842e43
commit 65d4e9a15d
1 changed files with 0 additions and 1 deletions

View File

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