Paul Tunison

Results 23 issues of Paul Tunison

The polygon being drawn to represent the CI for a PR/ROC curve doesn't always overlap the underlying curve. This basically means the CI as it is being displayed now is...

bug

ITQ model fitting ([here](../blob/master/python/smqtk/algorithms/nn_index/lsh/functors/itq.py#L169)) makes heavy use of numpy functions for mathematical operations. Theoretically `numba` can Make This Better (tm). Investigate / Fix.

enhancement
help wanted

Want to ability to specify multiple `DataElement` UUIDs to the getter to get multiple elements at the same time. This would also be desired for some implementations of `DataSet` that...

enhancement

Might need/want a flag in CMake or otherwise to enable these since they may end up taking a bit of time to run, drawing from my experience with these kinds...

help wanted
testing

Added a script with a slot for listing explicit directories/files to be given to uncrustify for reformatting / checking. This may be used in check-mode for a CI action to...

While working on a new applet, I found that every applet was defining their own -h/--help options independently, most in very similar manners. This seems unnecessary as I am unaware...

With fletch-provided Eigen3: ``` CMAKE_BUILD_TYPE Debug CMAKE_INSTALL_PREFIX /usr/local KWIVER_CPP_WERROR OFF KWIVER_ENABLE_ARROWS ON KWIVER_ENABLE_CERES OFF KWIVER_ENABLE_CUDA OFF KWIVER_ENABLE_C_BINDINGS OFF KWIVER_ENABLE_EXAMPLES OFF KWIVER_ENABLE_EXTRAS OFF KWIVER_ENABLE_FFMPEG OFF KWIVER_ENABLE_GDAL OFF KWIVER_ENABLE_LOG4CPLUS OFF KWIVER_ENABLE_MATLAB OFF...

With respect to the `dev/overhaul-python-crall` branch, if I happen to do the following I get the following abort error (with an exit code of `134` from python/ipython): ``` $ ipython...

I'm having an issue with building with the following CMake parameters. A single-threaded `make` will encounter the following error: ``` $ make [ 0%] Built target gen_symlinks [ 0%] Configuring...

I found a super minor inconsistency with indentation.