Fix split error
When the split algorithm is used in combination with an output field a KeyError
error was thrown. This error arises because the split simplification is added before the output fields were added to the collision rule. Thus, the simplification strategy did not know about the additional assignments.
The error is was fixed by reordering the code in createfunctions.py
.