[SciPy-dev] Broken Python Type Alias
Travis Oliphant
oliphant at ee.byu.edu
Mon Oct 31 11:18:36 CST 2005
Christopher Hanley wrote:
>Greetings,
>
>The alias to the python type "sb.float" that previously was working in
>my regression testing system now raises an attribute error. However,
>"sb.float_" still functions correctly. Example:
>
>
>
>
>
Before making a beta release, I decided against over-writing the Python
names, so it's sb.float_
But,
dtype=float
still works and maps to the c-double type.
-Travis
More information about the Scipy-dev
mailing list