math1um / objects-invariants-properties

Objects, Invariants and Properties for Graph Theory (GT) automated conjecturing: in particular with the Sage program CONJECTURING: http://nvcleemp.github.io/conjecturing/
GNU General Public License v3.0
14 stars 6 forks source link

Fix typo in precomputed_graphs_by_invariants #565

Closed math1um closed 6 years ago

math1um commented 6 years ago

line 248 has:

for inv in inv):

should be:

for inv in ivariants):