ivy
ivy copied to clipboard
[Bug]: ivy.array() RecursionError: maximum recursion depth exceeded
Bug Explanation
When I create an array using ivy.array() and then try to access the array using indexing or array slicing 'RecursionError: maximum recursion depth exceeded ' happens on colab notebook
Steps to Reproduce Bug
import ivy
arr = ivy.array([1,2,4,5])
arr1 = ivy.array([[1],[2],[3])
print(arr[0])
print(arr1[0])
Environment
colab
Ivy Version
0.0.8.0
Backend
- [ ] NumPy
- [ ] TensorFlow
- [ ] PyTorch
- [ ] JAX
Device
T4
Hi @ivy-leaves, please assign me this task or issue to me so I can be able to make an attempt in solving the task.