Clone of successful experiment fail on TypeError

I have a couple experiments which failed on TypeError: string indices must be integers, even though they’re clones of an experiment which worked.

It doesn’t matter if any parameters are changed. Any clone of this successful experiment fail with this error. SSD cache was not used here.


It appears that if a static mask was used, and the job is cloned, the mask type is set to “undefined” and the job fails if one doesn’t catch this and enter “static” again.

Going back and restarting my failed clones after fixing the mask type field allows them to complete. At least one job seems to have completed even with “undefined” mask type, so there’s a chance it’s slightly more complicated.

Hey @DanielAsarnow,
Thanks for reporting - the bug is fixed in next release

Ali