Sequence.__add__ does not keep Omatrices
When using sequence addition, ie newseq = seq1 + seq2
, the orientation matrices are kept from neither sequence.
Fix would involve merging the orientation matrix dicts during addition.
To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch
When using sequence addition, ie newseq = seq1 + seq2
, the orientation matrices are kept from neither sequence.
Fix would involve merging the orientation matrix dicts during addition.