Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graph theory -- showing the result of a database query with_picture=True is totally broken #5937

Closed
williamstein opened this issue Apr 29, 2009 · 3 comments

Comments

@williamstein
Copy link
Contributor

Here is yet another example of non-tested code being totally broken. Try this in the notebook.

Q = GraphQuery(display_cols=['graph6','num_vertices','degree_sequence'],
   num_edges=['<=',5],min_degree=1)

Q.show(with_picture=True)

this silently outputs absolutely nothing.

The doctests don't test this -- they only test that this fails (with a message) on the command line.

Shorterm fix: completely remove this option from the documentation and code.

Lonterm fix: actually track down and fix the bug -- this would be nice, since I know the output looks good (I've seen Emily demo it).

Component: graph theory

Issue created by migration from https://trac.sagemath.org/ticket/5937

@sagetrac-ekirkman
Copy link
Mannequin

sagetrac-ekirkman mannequin commented May 21, 2009

comment:1

I am unable to duplicate this bug. I'm using a clean branch of 4.0alpha0. Can someone else give this a try?

@rlmill
Copy link
Mannequin

rlmill mannequin commented May 21, 2009

comment:2

I have the same result. Everything looks fine for me.

William -- Could you try reproducing this? If you can, can we get what machine/version it is on?

@rlmill
Copy link
Mannequin

rlmill mannequin commented Jul 13, 2009

comment:3

This has been open for 8 weeks with zero comment, so I'm assuming this is no longer valid.

@rlmill rlmill mannequin removed this from the sage-4.1.1 milestone Jul 13, 2009
@rlmill rlmill mannequin closed this as completed Jul 13, 2009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant