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

aiidateam / aiida_core / 5628
74%

Build:
DEFAULT BRANCH: develop
Ran 29 Mar 2019 10:38PM UTC
Jobs 4
Files 393
Run time 9min
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
5628

push

travis-ci

web-flow
Fix bug in `Parser.get_outputs_for_parsing` (#2668)

The method creates the mapping of outputs that will be passed to the
parse method by looping over the ports in the outputs namespace and
checking if their property `pass_to_parser` is set. Except, this
property is only defined for `CalcJobOutputPorts` but the namespace can
also contain normal `PortNamespaces` which would cause an exception.
An explicit check is added to prevent this from happening.

Additionally, the `process_class` property was essentially redefining
the `load_process_class` of its base `Process` class, but did not allow
a fallback loading mechanism for process types that were not based on an
entry point string. The `CalcJob.process_class` has been removed and the
`Process.load_process_class` method has been turned into a property and
renamed to `process_class`. From the point of view of the `CalcJob`
nothing changes, except that now it *is* possible to load the process
class if it is a local module path and not an entry point string.

23649 of 33521 relevant lines covered (70.55%)

2.57 hits per line

Jobs
ID Job ID Ran Files Coverage
5 5628.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 29 Mar 2019 10:38PM UTC 0
64.34
Travis Job 5628.5
6 5628.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 29 Mar 2019 10:46PM UTC 0
64.27
Travis Job 5628.6
7 5628.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 29 Mar 2019 10:45PM UTC 0
64.15
Travis Job 5628.7
8 5628.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 29 Mar 2019 10:47PM UTC 0
64.09
Travis Job 5628.8
Source Files on build 5628
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5628
  • a51b96a1 on github
  • Prev Build on develop (#5625)
  • Next Build on develop (#5630)
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