diff --git a/cmd/root.go b/cmd/root.go index a404c75..b482de9 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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 {