From 65d4e9a15d58808c0752370c6d7b2ca4c1f56ddc Mon Sep 17 00:00:00 2001 From: filifa Date: Sat, 3 May 2025 23:39:07 -0400 Subject: [PATCH] delete unneeded format option --- cmd/root.go | 1 - 1 file changed, 1 deletion(-) 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 {