зеркало из https://github.com/microsoft/topologic.git
As it turns out, DeprecatedWarning is ignored by default. I don't know why either, may as well just have a comment that says 'shove off' for all the good *that* does anyone
This commit is contained in:
Родитель
81db10fc11
Коммит
f745d4c7ff
|
@ -22,7 +22,7 @@ from . import partition
|
|||
|
||||
import warnings
|
||||
|
||||
warnings.warn("The python library `topologic` has been deprecated in favor of `graspologic` in PyPI. Please update your consuming code. Perhaps you meant the library `topologicpy` https://pypi.org/project/topologicpy/ ?", DeprecationWarning)
|
||||
warnings.warn("The python library `topologic` has been deprecated in favor of `graspologic` in PyPI. Please update your consuming code. Perhaps you meant the library `topologicpy` https://pypi.org/project/topologicpy/ ?", UserWarning)
|
||||
|
||||
__all__ = [
|
||||
'connected_components_generator',
|
||||
|
|
Загрузка…
Ссылка в новой задаче