<div dir="ltr"><div><div>Just found what should be a bug in 1.7.1.  I'm running python(x,y) on windows here:<br><br>>>> dataMatrix[ii,:,mask].shape<br>(201, 23)<br>>>> dataMatrix[ii,:,:].shape<br>(23, 201)<br>
>>> dataMatrix.shape<br>(24, 23, 201)<br>>>> mask<br>array([ True,  True,  True,  True,  True,  True,  True,  True,  True,<br>        ...<br>        True,  True,  True], dtype=bool)<br><br></div>using a mask should not change the order of the dimensions.  Is there a reason for this behavior, and if so, how do I avoid it in the future?  Thanks<br>
<br></div>     --Chad Kidder<br></div>