Skip to content

How do I get involved? #6

Answered by asmeurer
jpivarski asked this question in Q&A
Nov 10, 2020 · 3 comments · 3 replies
Discussion options

You must be logged in to vote

Speaking from the position of writing the test suite, the dtype and shape attributes are needed to check if the library conforms to the type promotion rules and broadcasting rules, respectively. Being able to create arrays with the dtype keyword argument and dtype literals like mod.ones(dtype=mod.float64) is also important for testing purposes (I don't know if awkward has those).

(an aside: why does the library name for Awkward have a number in it? I thought that was a typo the first time I saw it, until I noticed it was like that everywhere)

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@jpivarski
Comment options

Comment options

You must be logged in to vote
2 replies
@jpivarski
Comment options

@rgommers
Comment options

Answer selected by rgommers
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants