Skip to content

Fix bug in CalcJobNode.get_desc#2353

Merged
sphuber merged 1 commit into
aiidateam:provenance_redesignfrom
sphuber:fix_2352_get_state_from_attribute
Dec 14, 2018
Merged

Fix bug in CalcJobNode.get_desc#2353
sphuber merged 1 commit into
aiidateam:provenance_redesignfrom
sphuber:fix_2352_get_state_from_attribute

Conversation

@sphuber
Copy link
Copy Markdown
Contributor

@sphuber sphuber commented Dec 14, 2018

Fixes #2352

The function still called CalcJobNode.get_state with the argument
from_attribute, which has recently been removed. Originally, the
state was stored in a separate database table and had a proxy as an
attribute in the attribute table. The calc state table has been
removed, leaving the attribute as the only source of the state.

The function still called `CalcJobNode.get_state` with the argument
`from_attribute`, which has recently been removed. Originally, the
state was stored in a separate database table and had a proxy as an
attribute in the attribute table. The calc state table has been
removed, leaving the attribute as the only source of the state.
@sphuber sphuber force-pushed the fix_2352_get_state_from_attribute branch from 6ce050c to b425409 Compare December 14, 2018 13:52
@coveralls
Copy link
Copy Markdown

coveralls commented Dec 14, 2018

Coverage Status

Coverage increased (+6.9%) to 68.096% when pulling b425409 on sphuber:fix_2352_get_state_from_attribute into f1db958 on aiidateam:provenance_redesign.

@sphuber sphuber merged commit 1e7e25e into aiidateam:provenance_redesign Dec 14, 2018
@sphuber sphuber deleted the fix_2352_get_state_from_attribute branch December 14, 2018 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants