We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ragged
cls
https://github.com/scikit-hep/ragged is designed to handle ragged arrays in an Array API compliant manner, i.e.
>>> import ragged >>> a = ragged.array([[[1.1, 2.2, 3.3], []], [[4.4]], [], [[5.5, 6.6, 7.7, 8.8], [9.9]]]) >>> a ragged.array([ [[1.1, 2.2, 3.3], []], [[4.4]], [], [[5.5, 6.6, 7.7, 8.8], [9.9]] ])
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is Your Feature Request Related to a Problem? Please Describe
https://github.com/scikit-hep/ragged is designed to handle ragged arrays in an Array API compliant manner, i.e.
Describe the Solution You'd Like
No response
Describe Alternatives You've Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: