Skip to content
#

numba

Here are 144 public repositories matching this topic...

seanlaw
seanlaw commented Aug 27, 2020

Currently, when we perform unit test assertions we do something like:

left = naive.stump(T, m)
right = stumpy.stump(T, m)

np.assert_almost_equal(left, right)

However,left and right are also overloaded since we have left and right matrix profiles and indices. It has been proposed that we replace left with ref instead and either replace right or just name it appropriate

jpivarski
jpivarski commented Aug 19, 2020

I closed PR #390 as-is because it solves @nsmith-'s problem, but Form::getitem_field is defined in a non-intuitive way.

https://github.com/scikit-hep/awkward-1.0/blob/6a3e6bed7fb5312d3190f2299abca71299b1a86c/include/awkward/Content.h#L226-L234

This issue is to clean that up and make sure that @nsmith-'s tests still work. Maybe we should add Form::getitem_fields as well, since it's nearly

transonic

Improve this page

Add a description, image, and links to the numba topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the numba topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.