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

aiidateam / aiida_core / 4443 / 5
70%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 15 Nov 2018 10:13AM UTC
Files 398
Run time 16s
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 10:01AM UTC coverage: 61.447% (+1.2%) from 60.284%
TEST_AIIDA_BACKEND=django TEST_TYPE="tests"

push

travis-ci

giovannipizzi
Rename node class for `JobCalculation` (#2201)

* Rename node class for `JobCalculation`

The node class changed from `JobCalculation` to `CalcJobNode`.

Since the `JobCalculation` class is heavily used by users, as it is the
class that is sub classed to define a job calculation, we cannot quite get
rid of it. Instead we moved all the logic from the old `Calculation` and
`JobCalculation` classes to their new equivalents `ProcessNode` and `CalcJobNode`,
and put an alias to `CalcJobNode` for `JobCalculation`.

This last class can now still be imported from `aiida.orm.calculation` and
`aiida.orm.calculation.job`. Note that the paths that import directly from the
`implementation.general` sub module have been removed, because the job calculation
classes are now fully concrete.

Furthermore, the old entry points for the base calculation classes `inline`, `job`
`work` and `function` have been removed as they have been replaced with the entry
points in the `aiida.node` group for the new node classes.

* Minor changes to address PR comments

22591 of 36765 relevant lines covered (61.45%)

0.61 hits per line

Source Files on job 4443.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests")
  • Tree
  • List 0
  • Changed 62
  • Source Changed 45
  • Coverage Changed 42
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 471
  • Travis Job 4443.5
  • e7a46cdb on github
  • Prev Job for TEST_AIIDA_BACKEND=django TEST_TYPE="tests" on provenance_redesign (#4440.5)
  • Next Job for TEST_AIIDA_BACKEND=django TEST_TYPE="tests" on provenance_redesign (#4448.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

© 2025 Coveralls, Inc