Updates:
        Status: Started
        Owner: [email protected]
        Labels: Milestone-Release0.7.0

Comment #2 on issue 2409 by [email protected]: variable undefined
http://code.google.com/p/sympy/issues/detail?id=2409

In [3]: groebner([x**2 + 2.0*y], x, y)
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)

/home/mateusz/repo/git/sympy/<ipython console> in <module>()

/home/mateusz/repo/git/sympy/sympy/polys/polytools.py in groebner(F, *gens, **args)
   5054
   5055     for i, poly in enumerate(polys):
-> 5056         poly = poly.set_domain(opt.domain).rep.to_dict()
   5057         polys[i] = sdp_from_dict(poly, opt.order)
   5058

NameError: global name 'K' is not defined

I will submit a fix for this.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to