Skip to content

Commit 5d96ba5

Browse files
committed
check conversion needed
1 parent 3aef08a commit 5d96ba5

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

autoarray/structures/arrays/irregular.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ def __init__(self, values: Union[List, np.ndarray]):
3838
A collection of values.
3939
"""
4040

41-
# if len(values) == 0:
42-
# return []
43-
44-
# if isinstance(values, ArrayIrregular):
45-
# return values
46-
4741
if type(values) is list:
4842
values = np.asarray(values)
4943

0 commit comments

Comments
 (0)