Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: ivy.array() RecursionError: maximum recursion depth exceeded #28615

Open
4 tasks
marvlyngkhoi opened this issue Mar 16, 2024 · 1 comment
Open
4 tasks
Assignees
Labels
Bug Report Report bugs detected in Ivy.

Comments

@marvlyngkhoi
Copy link
Contributor

marvlyngkhoi commented Mar 16, 2024

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

@marvlyngkhoi marvlyngkhoi added the Bug Report Report bugs detected in Ivy. label Mar 16, 2024
@Kamalesh3112
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Report Report bugs detected in Ivy.
Projects
None yet
Development

No branches or pull requests

3 participants