You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #125 from matthew-brett/pydicom-0p7-fixes
BF: make compatible with pydicom 0.9.7
Pydicom 0.9.7 returns some fields as Python Decimals, when previously
they were floats. This causes a mess when using values in an array,
because the array becomes objects rather than floats, and, well, it
doesn't go well. Tests pass for me with pydicom 0.9.5 through 0.9.7
with these changes.
0 commit comments