mirror of
https://github.com/gmihaila/ml_things.git
synced 2021-10-04 01:29:04 +03:00
fix deprecation warning not showing
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
__version__ = "0.0.1"
|
||||
|
||||
import warnings
|
||||
# always show deprecation warnings
|
||||
warnings.simplefilter('always', DeprecationWarning)
|
||||
|
||||
# functions imports
|
||||
from .array_functions import (pad_array,
|
||||
|
||||
Reference in New Issue
Block a user