joshmarshall1

Results 4 comments of joshmarshall1

@kellyjoy15, I was not having any issues using boolean values in a series running `.value_counts()`. `GroupBy`, which handles the computations here, was updated in the latest release to handle `boolean`...

We can use `coverage run --source arkouda/ -m pytest -c pytest.ini` to only monitor coverage in the `arkouda/` directory. This will prevent the `tests` directory from being tracked.

When running the report we can run `coverage html --omit arkouda/_version.py,arkouda/__init__.py` and this will exclude `_version.py` and `__init__.py` from the resulting html report Using this shows we have 76% coverage...

Upon making the update and running some tests, I believe the check is inside the if block due to being able to pass in `dataset` values that reach into a...