Remove __slots__ that break API golden tests

This commit is contained in:
Lukas Geiger 2020-06-28 18:47:10 +02:00
parent c9b4679c9b
commit aa41fec048

View File

@ -54,8 +54,6 @@ class InputSpec(object):
a specific dimension value.
"""
__slots__ = ['dtype', 'shape', 'ndim', 'max_ndim', 'min_ndim', 'axes']
def __init__(self,
dtype=None,
shape=None,