Nobody can help me?<br><br><br><br><div class="gmail_quote">2011/10/12 Paolo Zaffino <span dir="ltr"><<a href="mailto:zaffino.p@gmail.com">zaffino.p@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">I wrote a function thaht works on a 3D matrix.<br>As first thing I have an array and I want reshape it into a 3D matrix (for further manipulations).<br>For this reason I wrote in a row:<br><br>matrix=matrix.reshape(a, b, c).T<br>
<br>It work fine on GNU/Linux and Mac OS but not on Windows.<br></div>In Windows I get this error:<br><br>matrix=matrix.reshape(a, b, c).T<div class="im"><div><br>ValueError: total size of new array must be unchanged<br>
<br></div></div>Thank you.<div><div></div><div class="h5"><br>
<br><br><br><div class="gmail_quote">2011/10/11 David Robinow <span dir="ltr"><<a href="mailto:drobinow@gmail.com" target="_blank">drobinow@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
2011/10/11 Paolo Zaffino <<a href="mailto:zaffino.p@gmail.com" target="_blank">zaffino.p@gmail.com</a>>:<br>
> Nobody can help me?<br>
Nope, not unless you post some code. Your problem description is too vague.<br>
</blockquote></div><br>
</div></div></blockquote></div><br>