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

bug in solve_mod -- variable sorting #3135

Closed
williamstein opened this issue May 8, 2008 · 2 comments
Closed

bug in solve_mod -- variable sorting #3135

williamstein opened this issue May 8, 2008 · 2 comments

Comments

@williamstein
Copy link
Contributor

Carlo Hamalainen: 
>  OK, but in solve_mod() perhaps the line
>  
>     vars.sort()
>  
>  should be
>  
>     vars.sort(cmp)
>  
>  so that the variables are actually sorted?
>  

Yes, *that* is certainly a bug!

William

Component: calculus

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

@williamstein williamstein added this to the sage-3.4.1 milestone May 8, 2008
@williamstein williamstein self-assigned this May 8, 2008
@aghitza
Copy link

aghitza commented Jan 21, 2009

comment:1

This is fixed by the patch up at #3124, so should be closed when #3124 gets closed.

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Jan 23, 2009

comment:2

Fixed in Sage 3.3.alpha1 by merging #3124.

Cheers,

Michael

@sagetrac-mabshoff sagetrac-mabshoff mannequin closed this as completed Jan 23, 2009
@sagetrac-mabshoff sagetrac-mabshoff mannequin modified the milestones: sage-3.4.1, sage-3.3 Jan 23, 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

2 participants