delete unneeded format option
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user