sage.graphs.graph_list.from_graph6

asked 2019-11-17 00:49:24 +0200

olf gravatar image

updated 2020-06-01 11:40:43 +0200

FrédéricC gravatar image

Hello,

I would like to use the method sage.graphs.graph_list.from_graph6()

However, it seems that there is some problem. For example, with this file: users.cecs.anu.edu.au/~bdm/data/chordal4.g6

I got the runtime error

RuntimeError: the string seems corrupt: valid characters are ?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~

However, I don't see any invalid character...

Is there something I miss? Best

edit retag flag offensive close merge delete

Comments

Works fine for me in Sage 9.0.beta5 using Python3 under Ubuntu. What is your configuration ?

FrédéricC gravatar imageFrédéricC ( 2019-11-17 13:26:47 +0200 )edit

sage 8.6 for debian

olf gravatar imageolf ( 2019-11-17 13:30:28 +0200 )edit