inducer / arraycontext

Choose your favorite numpy-workalike!
6 stars 11 forks source link

Clarify reduction documentation #82

Closed majosm closed 3 years ago

majosm commented 3 years ago

Tweaks the reduction documentation to make it a little clearer that: 1) reduce_func is only called if the argument is an array container, and 2) reduce_func needs to be associative.

inducer commented 3 years ago

Those failures are related to https://github.com/inducer/pytato/issues/145 and should go away soon. Sorry!

inducer commented 3 years ago

LGTM, thanks!