SourceForge logo
SourceForge logo
Menu

matplotlib-devel

From: Abraham S. <ab...@cn...> - 2005年07月25日 04:27:47
Hi, just thought I'd check if this was a (fairly minor) bug. In the psd 
function there is:
 if NFFT % 2:
 raise ValueError, 'NFFT must be a power of 2'
But that will only check if NFFT is an even number or not. Should this 
instead be:
 if not ispower2(NFFT):
 raise ValueError, 'NFFT must be a power of 2'
?
Abe
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /