put new location in deprecation warning
This commit is contained in:
parent
d28e1c8075
commit
bcb629495c
@ -133,7 +133,8 @@ class MetaArray(object):
|
||||
def __init__(self, data=None, info=None, dtype=None, file=None, copy=False, **kwargs):
|
||||
object.__init__(self)
|
||||
warnings.warn(
|
||||
'MetaArray is deprecated and will be removed in 0.14.',
|
||||
'MetaArray is deprecated and will be removed in 0.14. '
|
||||
'Available though https://pypi.org/project/MetaArray/ as its own package.',
|
||||
DeprecationWarning, stacklevel=2
|
||||
)
|
||||
self._isHDF = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user