Closed alejandrosame closed 4 years ago
Fixes #268. Given that the underlying C++ code does not accept NaN values and complains that "inf" values are too high, the approach followed by this was to simply raise ValueError exceptions when bound params are set to "NaN", "-inf" or "inf".
No dependencies changed.
make test
Description
Fixes #268. Given that the underlying C++ code does not accept NaN values and complains that "inf" values are too high, the approach followed by this was to simply raise ValueError exceptions when bound params are set to "NaN", "-inf" or "inf".
Affected Dependencies
No dependencies changed.
How has this been tested?
make test
runs successfully.Checklist