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:
Dax Pryce 2022-10-11 20:37:49 +00:00
Родитель 81db10fc11
Коммит f745d4c7ff
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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',