Sfoglia il codice sorgente

let's not spam the console output too much

Joeri Exelmans 1 anno fa
parent
commit
e4c12b7349
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      transformation/vf2.py

+ 1 - 1
transformation/vf2.py

@@ -294,7 +294,7 @@ class MatcherVF2:
                         g_vtx_matches += N > 0
                         num_matches += N
                         if g_vtx_matches == g_vtx_max:
-                            print("EARLY STOP")
+                            # print("EARLY STOP")
                             break # found all matches
 
         return num_matches