Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug in CalcJobNode.get_desc #2353

Conversation

sphuber
Copy link
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

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