-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add migrations to properly deal with
ProcessCalculation
and `WorkCa…
…lculation` There has been a period, at the very beginning of the move to processes where the node classes had the type `calculation.process.ProcessCalculation.` These could represent either the execution of a workfunction or a workchain. Therefore, we first convert all `ProcessCalculations` to `WorkCalculations` and in a second step, we convert all `WorkCalculations` that have an attribute called `function_name` to `WorkFunctionNode`. The only remaining `WorkCalculations` then have to be `WorkChainNodes`.
- Loading branch information
1 parent
ad89d51
commit 6a1d7f3
Showing
2 changed files
with
28 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters