tess

Results 80 issues of tess

### Summary of Problem Feel free to change the title! I couldn't think of a better description that wasn't too long. Also it's completely possible this isn't a bug and...

type: Bug
area: Compiler
user issue

We want to fake the ability to have 128 bit uint pdarrays. This has come up in the past with the IPV6 work (See #1919 and #2301) but didn't go...

enhancement

add `gamma` and `standard_gamma` to random number generators Relevant docs: [numpy.random.Generator.gamma](https://numpy.org/doc/stable/reference/random/generated/numpy.random.Generator.gamma.html) [numpy.random.Generator.standard_gamma](https://numpy.org/doc/stable/reference/random/generated/numpy.random.Generator.standard_gamma.html)

It was discovered in https://github.com/Bears-R-Us/arkouda/pull/3688 that's it's possible for the domain overloads of `makeDistArray` to return a non-distributed array if the domain passed in is non-distributed See converstation here: https://github.com/Bears-R-Us/arkouda/pull/3688#issuecomment-2303003673

While working on PR https://github.com/Bears-R-Us/arkouda/pull/3638. I went through in and resolved most of the mypy issues, but I realized this would result in a massive PR since it would be...

I'm attempting to resolve `mypy` errors for PR #3638, and I'm becoming more and more convinced that creating parent classes would be useful. I do think having some sort of...

I'm seeing failures on my PR #3636 that have nothing to do it with the code. It seems like `test_assert_frame_equal_check_exact` is having intermittent failures FAILED PROTO_tests/tests/testing/asserters_test.py::TestDataFrame::test_assert_frame_equal_check_exact[False-True-100] - Failed: DID NOT...

I found this while making changes for https://github.com/Bears-R-Us/arkouda/issues/3616 `make test-proto` runs with `--size = 100` but I found when running pytest on `TestParquet` class with the default size, I was...

The inclusion of `numeric_scalars` in the type hint seems to make methods not do any type checking. We should also take a look at similar places where we do type...