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

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

Build:
DEFAULT BRANCH: develop
Ran 13 May 2019 05:28PM UTC
Files 387
Run time 49s
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: 66.447% (+0.001%) from 66.446%
TEST_AIIDA_BACKEND=django 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.

21782 of 32781 relevant lines covered (66.45%)

0.66 hits per line

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