Closed GoogleCodeExporter closed 9 years ago
Thanks for this -- it's a good point. On the surface it is a simple fix, but
I'd like to look
into it a bit more, as I think it is worth having assertion statements wherever
this kind of
operation appears to make sure that, e.g. (in this case) the length is actually
evenly
divisible by 4. I've also started looking at python 3 conversion, and want to
have a quick
think whether there are other issues related to that (I don't think there are,
but want to
make sure, because there are changes in integer types).
Original comment by darcymason@gmail.com
on 5 Mar 2010 at 4:06
Running python26 -Qwarn run_tests.py gives no integer warnings as of revision
8167894b13, at least for
pydicom code (although I do get some from numpy).
Original comment by darcymason@gmail.com
on 31 Mar 2010 at 12:57
Original issue reported on code.google.com by
seb.ha...@gmail.com
on 1 Mar 2010 at 4:34