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

doctest previous is_polynomial() wrong results #15304

Closed
defeo opened this issue Oct 18, 2013 · 6 comments
Closed

doctest previous is_polynomial() wrong results #15304

defeo opened this issue Oct 18, 2013 · 6 comments

Comments

@defeo
Copy link
Member

defeo commented Oct 18, 2013

It is not the first time is_polynomial() behaves wrong, see #11352.

Here's the bug:

sage: var('x,y')
(x, y)
sage: (y/x).is_polynomial(x)
True

Component: symbolics

Keywords: polynomial symbolic

Author: Ralf Stephan

Branch/Commit: 7777342

Reviewer: Jeroen Demeyer

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

@defeo defeo added this to the sage-6.1 milestone Oct 18, 2013
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.1, sage-6.2 Jan 30, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.2, sage-6.3 May 6, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.3, sage-6.4 Aug 10, 2014
@rwst
Copy link

rwst commented Jun 14, 2015

@rwst
Copy link

rwst commented Jun 14, 2015

comment:5

This is no longer an issue. So we just add a doctest.


New commits:

777734215304: doctest

@rwst
Copy link

rwst commented Jun 14, 2015

Author: Ralf Stephan

@rwst
Copy link

rwst commented Jun 14, 2015

Commit: 7777342

@rwst rwst changed the title is_polynomial() returns wrong results doctest previous is_polynomial() wrong results Jun 14, 2015
@rwst rwst modified the milestones: sage-6.4, sage-6.8 Jun 14, 2015
@jdemeyer
Copy link

Reviewer: Jeroen Demeyer

@vbraun
Copy link
Member

vbraun commented Jun 15, 2015

Changed branch from u/rws/is_polynomial___returns_wrong_results to 7777342

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

4 participants