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

Kitware / romanesco / 525
86%
master: 89%

Build:
Build:
LAST BUILD BRANCH: upgrade-common-deps
DEFAULT BRANCH: master
Ran 18 Aug 2015 09:08PM UTC
Jobs 1
Files 25
Run time 1s
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
525

push

travis-ci

danlamanna
Integrate NetworkX into core portions of codebase

Re #111

This introduces the use of validators and converters as a NetworkX
DiGraph instead of a nested dictionary.

Type/Formats are represented as a 2 element tuple such as ('string',
'text')

The nodes of the DiGraph contain the analysis needed to validate an
input of it's own format. The edges contain the analysis needed to
convert an input going from its source validator to its target
validator.

This doesn't break any backwards compatibility (to my
knowledge). Plugins can continue to call import_converters on certain
paths and they will just be added to the DiGraph. Conversion paths are
computed at the moment they need to be used.

This removes the notion of a 3-hop cutoff. This is something that will
be noted in the future by introducing an "explain"-like operation which
will show the path different analyses will have to take.

963 of 1155 relevant lines covered (83.38%)

0.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 525.1 (PYTHONPATH=~/vtk-precise64/lib/python2.7/site-packages:~/vtk-precise64/lib LD_LIBRARY_PATH=~/vtk-precise64/lib:~/local/lib:~/local/lib/R/lib) 18 Aug 2015 09:08PM UTC 0
83.38
Travis Job 525.1
Source Files on build 525
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #525
  • 8a263c60 on github
  • Prev Build on networkx-integration (#519)
  • Next Build on networkx-integration (#579)
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