We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07420ba commit 39ffc2bCopy full SHA for 39ffc2b
setup.cfg
@@ -63,7 +63,7 @@ glue_jupyter.icons = *.svg
63
# -Wignore: See https://github.com/glue-viz/glue-jupyter/issues/237
64
# -s: Disable stdout capturing
65
filterwarnings =
66
- # error::DeprecationWarning
+ error::DeprecationWarning
67
ignore:the imp module is deprecated:DeprecationWarning:glue.config.*:
68
ignore:`np.float` is a deprecated alias:DeprecationWarning:glue.*:
69
# possibly more serious issue with overlapping memory in glue/utils/array.py:30: unbroadcast
0 commit comments