Also catch IndexError for numpy array access with bool
v1.12 of numpy raises an IndexError of a scalar boolean is given to access an array but this was reverted in later versions. The behaviour should be essentially the same as there is no mask so we add it to the existing exception list. Refs #27994
Please register or sign in to comment