Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed comparison methods on Scalar floating point types to return Sca…
…larBool instead of bool. This solves a problem in the scipy.stats module where a comparison was done with a value that could be scalar or an array. .any() was called, which failed if the input as a scalar. Also added optimized comparison functions for integer types.
- Loading branch information