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

aiidateam / aiida_core / 6094 / 8
74%
develop: 74%

Build:
DEFAULT BRANCH: develop
Ran 13 May 2019 05:32PM UTC
Files 387
Run time 28s
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

13 May 2019 04:58PM UTC coverage: 69.072% (-0.1%) from 69.167%
TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests"

push

travis-ci

yakutovicha
Allow global submit from within work functions (#2869)

Recently, a limitation was placed on the global `submit` launcher
function and an exception would be raised if it was called from within
the scope of another process, because for this the `self.submit` method
of the process should be used instead. Note that this only applies to
workflow-like processes, since calculation-like processes *cannot* not
even call other processes. So this applies to work functions and work
chains. However, the process instance is not available within the body
of a work function implementation, so one *cannot* do `self.submit` and
in fact the global submitter should be used. Here we update the guard
to exclude work functions from this limitation.

22641 of 32779 relevant lines covered (69.07%)

0.69 hits per line

Source Files on job 6094.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests")
  • Tree
  • List 0
  • Changed 20
  • Source Changed 1
  • Coverage Changed 20
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1771
  • Travis Job 6094.8
  • c9593796 on github
  • Prev Job for TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests" on develop (#6087.7)
  • Next Job for TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests" on develop (#6098.7)
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