discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] USRP Radio Astronomy


From: Diane Bruce
Subject: Re: [Discuss-gnuradio] USRP Radio Astronomy
Date: Mon, 10 Dec 2007 14:41:06 -0500
User-agent: Mutt/1.4.2.3i

On Mon, Dec 10, 2007 at 11:00:50AM -0800, Eric Blossom wrote:
> On Mon, Dec 10, 2007 at 12:33:31PM -0500, Marcus Leech wrote:
> > Eric Blossom wrote:
> > >
> > > Marcus, Numeric is deprecated by everybody, not just us.
> > > Is there an equivalent import that uses numpy instead?
...

I had to take that into account with wsjt

I did this in wsjt.py

try:
    from numpy.oldnumeric import zeros
except:
    from Numeric import zeros


wsjt should work fine with numpy in the future.


> >
>
> Thanks!
>
- Diane
--
- address@hidden address@hidden http://www.db.net/~db




reply via email to

[Prev in Thread] Current Thread [Next in Thread]