You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running this in Sage 10.0 (or earlier, didn't check) causes deprecation warnings. Which means something should be updated, and set a parameter (!?!)
show(graphs.RandomBarabasiAlbert(5, 2))
/cocalc/lib/python3.10/site-packages/smc_sagews/graphics.py:542: DeprecationWarning: parameter 'sort' will be set to False by default in the future
See https://github.com/sagemath/sage/issues/22349 for details.
v_to_id = {v: i for i, v in enumerate(G.vertices())}
/cocalc/lib/python3.10/site-packages/smc_sagews/graphics.py:552: DeprecationWarning: parameter 'sort' will be set to False by default in the future
See https://github.com/sagemath/sage/issues/22349 for details.
for v in G.vertices():
/cocalc/lib/python3.10/site-packages/smc_sagews/graphics.py:571: DeprecationWarning: parameter 'sort' will be set to False by default in the future
See https://github.com/sagemath/sage/issues/27408 for details.
for u, v, l in G.edges():
Running this in Sage 10.0 (or earlier, didn't check) causes deprecation warnings. Which means something should be updated, and set a parameter (!?!)
Ref
The text was updated successfully, but these errors were encountered: