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

aiidateam / aiida_core / 4447 / 6
69%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 15 Nov 2018 01:27PM UTC
Files 399
Run time 18s
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

15 Nov 2018 01:09PM UTC coverage: 61.401% (-0.05%) from 61.447%
TEST_AIIDA_BACKEND=django TEST_TYPE="tests"

Pull #2203

travis-ci

web-flow
Implement the new `calcfunction` decorator.

This `calcfunction` decorator replaces the `make_inline` and `optional_inline`
decorators, which are deprecated. The `calcfunction` operates identical to the
`workfunction` except the former gets a `CalcFunctionNode` to represent itself
in the provenance graph as opposed to the `WorkFunctionNode` of the latter.

The behavior of the `optional_inline` decorator is already intrinsically
contained within the `calcfunction` and `workfunction` decorators. Since under
the hood a `FunctionProcess` will be generated, and each process has an input
port `store_provenace` that can be toggled to `False` to prevent the provenance
from being stored, each `calcfunction` can be run without storing the provenance
by simply passing `store_provenance=False` when calling the function.
Pull Request #2203: Implement the new `calcfunction` decorator.

22592 of 36794 relevant lines covered (61.4%)

0.61 hits per line

Source Files on job 4447.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests")
  • Tree
  • List 0
  • Changed 10
  • Source Changed 9
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 474
  • Travis Job 4447.6
  • 6d0e2ddd on github
  • Prev Job for TEST_AIIDA_BACKEND=django TEST_TYPE="tests" on fix_2172_implement_calcfunction_decorator (#4443.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