Skip to content

Commit

Permalink
BUG: Add needed imports of warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed Feb 7, 2010
1 parent dbc00d9 commit aeaeff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/polynomial/chebyshev.py
Expand Up @@ -69,8 +69,8 @@
import numpy as np
import numpy.linalg as la
import polyutils as pu
import warnings
from polytemplate import polytemplate
from polyutils import RankWarning, PolyError, PolyDomainError

chebtrim = pu.trimcoef

Expand Down
1 change: 1 addition & 0 deletions numpy/polynomial/polynomial.py
Expand Up @@ -50,6 +50,7 @@
import numpy as np
import numpy.linalg as la
import polyutils as pu
import warnings
from polytemplate import polytemplate

polytrim = pu.trimcoef
Expand Down

0 comments on commit aeaeff0

Please sign in to comment.