[Nipy-devel] buglets in scipy.sandbox.models
Jarrod Millman
millman at berkeley.edu
Tue Jun 20 17:34:30 CDT 2006
Did you check the fixes in? I am pretty sure I have the latest
version of everything, but I am still getting these errors. Am I
missing something?
On 6/20/06, Jonathan Taylor <jonathan.taylor at stanford.edu> wrote:
> these should be fixed now... found/fixed them this morning.
>
> let me know if you find more...
>
> thanks,
>
> jonathan
>
> Jarrod Millman wrote:
> > File "/usr/lib/python2.4/site-packages/scipy/sandbox/models/regression.py",
> > line 17, in __init__
> > Model.__init__(self, **keywords)
> > NameError: global name 'Model' is not defined
> >
> > File "/usr/lib/python2.4/site-packages/scipy/sandbox/models/regression.py",
> > line 77, in __init__
> > Model.__init__(self, **keywords)
> > NameError: global name 'Model' is not defined
> >
> > File "/usr/lib/python2.4/site-packages/scipy/sandbox/models/utils.py",
> > line 55, in rank
> > return int(N.add.reduce(N.greater(D / D.max(), cond).astype(N.Int)))
> > AttributeError: 'module' object has no attribute 'Int'
> >
> > --
> > Jarrod
More information about the Nipy-devel
mailing list