Skip to content

Commit

Permalink
Merge ccf5738 into 3fa8c9e
Browse files Browse the repository at this point in the history
  • Loading branch information
emcastillo committed Oct 18, 2019
2 parents 3fa8c9e + ccf5738 commit cfc6c75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Expand Up @@ -11,6 +11,11 @@ filterwarnings= error::FutureWarning
ignore::FutureWarning:chainer\.utils\.experimental
error::DeprecationWarning
error::PendingDeprecationWarning
# TODO(kataoka): ImportWarning, which is ignored by default, may be useful
# to find root causes of errors, but usually not important enough to stop
# testcases immediately and to hide other warnings and errors. Remove the
# entry below after other tests are fixed.
default::ImportWarning
# NumPy<1.11
ignore:in the future np\.array_split will retain the shape of arrays with a zero size:FutureWarning:numpy\.lib\.shape_base
# importing old SciPy is warned because it tries to
Expand Down

0 comments on commit cfc6c75

Please sign in to comment.