Comment #30 on issue 1923 by nicolas.pourcelot: count_ops doesn't return a
count (by default)
http://code.google.com/p/sympy/issues/detail?id=1923
Using ./bin/doctest doesn't change anything.
However, I discovered this is linked to extra-indentation in count_ops()
docstring:
def count_o
Comment #9 on issue 2032 by asmeurer: Ability to work with K[x, 1/x] in
Polys
http://code.google.com/p/sympy/issues/detail?id=2032
Well, I don't have any problem with Poly only partially handling 1/x type
generators and raising NotImplementedError when it encounters something it
can't han
Comment #29 on issue 1923 by asmeurer: count_ops doesn't return a count (by
default)
http://code.google.com/p/sympy/issues/detail?id=1923
Does it work with just "./bin/doctest"? Perhaps there is a bug in the
doctest runner (there already is a problem with things not being doctested
when
Comment #41 on issue 2084 by asmeurer: limit(1+1/x, x, 0, dir='-') fails
http://code.google.com/p/sympy/issues/detail?id=2084
Well, since you also worked on a patch, I would consider your review to be
valid. You definitely can say more about the changes than someone like me,
who isn't at al
Status: Accepted
Owner: smichr
Labels: Type-Defect Priority-Medium
New issue 2124 by smichr: cos(x).series(x) gives same result as
cos(x).series(x, 1)
http://code.google.com/p/sympy/issues/detail?id=2124
h[1] >>> cos(x).series(x)
1 - x**2/2 + x**4/24 + O(x**6)
h[2] >>> cos(x).series(x, 1)
1 -
Comment #28 on issue 1923 by nicolas.pourcelot: count_ops doesn't return a
count (by default)
http://code.google.com/p/sympy/issues/detail?id=1923
However, I don't understand why "./setup.py test" does not report failing
docstrings in this case ?!
--
You received this message because you
Updates:
Labels: -NeedsReview NeedsBetterPatch
Comment #27 on issue 1923 by nicolas.pourcelot: count_ops doesn't return a
count (by default)
http://code.google.com/p/sympy/issues/detail?id=1923
There are some issues concerning docstrings.
I've made corresponding comments directly in
Issue 1923: count_ops doesn't return a count (by default)
http://code.google.com/p/sympy/issues/detail?id=1923
This issue is now blocking issue 2011.
See http://code.google.com/p/sympy/issues/detail?id=2011
--
You received this message because you are listed in the owner
or CC fields of this iss
Updates:
Blockedon: 1923
Comment #2 on issue 2011 by nicolas.pourcelot: less self-confident simplify
http://code.google.com/p/sympy/issues/detail?id=2011
If no one else has done it before, I'll implement it once .count_ops()
modifications will be in.
See
https://github.com/smichr/s
Comment #40 on issue 2084 by nicolas.pourcelot: limit(1+1/x, x, 0, dir='-')
fails
http://code.google.com/p/sympy/issues/detail?id=2084
'Chris is actually a "senior member" if you ask me'
Yes, but I meant, someone else than the author. :)
There's something I don't understand concerning Githu
10 matches
Mail list logo