mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-01 01:24:48 +08:00
MAINT: Remove byteswap and newbyteorder from LabelArray.
This commit is contained in:
@@ -408,7 +408,6 @@ class LabelArray(ndarray):
|
||||
# numeric methods.
|
||||
SUPPORTED_NDARRAY_METHODS = frozenset([
|
||||
'base',
|
||||
'byteswap',
|
||||
'compress',
|
||||
'copy',
|
||||
'data',
|
||||
@@ -421,7 +420,6 @@ class LabelArray(ndarray):
|
||||
'itemsize',
|
||||
'nbytes',
|
||||
'ndim',
|
||||
'newbyteorder',
|
||||
'ravel',
|
||||
'repeat',
|
||||
'reshape',
|
||||
|
||||
Reference in New Issue
Block a user