When building the ensemble in the build_ensemble() module of seqnn.py, an ensemble shift array with one non-zero shift will be ignored as only its length is checked and not the contents
Type of change
Bug fix (non-breaking change which fixes an issue)
Description of your changes
When building the ensemble in the build_ensemble() module of seqnn.py, an ensemble shift array with one non-zero shift will be ignored as only its length is checked and not the contents
Type of change