Clean up implementation of SequenceBaseBlock
Right now, the SequenceBaseBlock
class contains functionality that is associated with the implementation of specific subclasses (e.g. rotate gradients). For the sake of code quality this smell should be cleaned up.
Edited by Jonathan Weine