delete unneeded format option
This commit is contained in:
parent
ac77842e43
commit
65d4e9a15d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue