• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nipy / nipy / 30
86%

Build:
DEFAULT BRANCH: master
Ran 18 Oct 2013 11:50PM UTC
Jobs 1
Files 329
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
30

Pull #300

travis-ci

matthew-brett
BF: change in sympy sorting changes doctest output

We've changed from using ``sort`` on sympy expressions, to using
``sort(expr, key=sympy.default_sort_key)``, in order to support sympy
trunk (> 0.7.3).  Unfortunately, these produce different results when
sorting dummy variables, as in:

In [38]: a = sympy.Symbol('a')

In [39]: b = sympy.Dummy('b')

In [40]: sorted([a, b])
Out[40]: [a, _b]

In [41]: sorted([a, b], key=sympy.default_sort_key)
Out[41]: [_b, a]

I can't think of a way round this, so just change the failing doctest to
use the new order.
Pull Request #300: MRG: depend on sympy 0.7.0; fix for sympy trunk

23126 of 27726 relevant lines covered (83.41%)

0.83 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
26
100.0
/usr/local/lib/python2.7/dist-packages/nipy/algorithms/statistics/formula/formulae.py
Jobs
ID Job ID Ran Files Coverage
1 30.1 (PYTHON=python EASY_INSTALL=easy_install PIP=pip COVERAGE=--with-coverage) 18 Oct 2013 11:50PM UTC 0
83.41
Travis Job 30.1
Source Files on build 30
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #30
  • Pull Request #300
  • PR Base - master (#29)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc