The "translation=True" flag does not work after upgrading to sage 3.2.3
I am not sure when this behaviour was introduced.  In version 2.10.2 it
works fine, unfortunately I don't have a more recent old sage to check.

  sage: foo = Graph()
  sage: foo.add_edges([(0,1,1),(1,2,2), (2,3,3)])
  sage: foo.automorphism_group(translation=True)
  ---------------------------------------------------------------------------
  AttributeError                            Traceback (most recent call
  last)
  
  /home/nea/Miscelanea/<ipython console> in <module>()
  
  
/usr/local/include/sage-3.2.3/local/lib/python2.5/site-packages/sage/graphs/graph.pyc
  in automorphism_group(self, partition, translation, verbosity,
  edge_labels, order, return_group, orbits)
     6389         else:
     6390             if translation:
  -> 6391                 A = search_tree(self, partition, dict_rep=True,
  lab=False, dig=dig, verbosity=verbosity, order=order)
     6392                 if order:
     6393                     a,b,c = A
  
  
/usr/local/include/sage-3.2.3/local/lib/python2.5/site-packages/sage/groups/perm_gps/partn_ref/refinement_graphs.so
  in sage.groups.perm_gps.partn_ref.refinement_graphs.search_tree
  (sage/groups/perm_gps/partn_ref/refinement_graphs.c:11676)()
  
  AttributeError: 'list' object has no attribute 'iterkeys'
  sage: version()
  'Sage Version 3.2.3, Release Date: 2009-01-05'

Best,
Nikos


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to