Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a new elif condition to handle integer arrays. If the array's d…
…ata type kind is "i" (signed integer) or "u" (unsigned integer), the indices variable is directly assigned the array value. Updated the else condition to raise a ValueError only for unsupported array data types that are not handled by the previous conditions.
- Loading branch information