cxSimulatedBinaryBounded raises Exception with various eta #740
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
The following code fails with the Exception:
TypeError: '<=' not supported between instances of 'float' and 'complex'
The Exception occurs in the mate function
cxSimulatedBinaryBounded
where on some occasions beta becomes negative causing alpha to become complex and fail division.I would have expected either proper documentation of the acceptable eta range (maybe in relation to low and up), or a repair of this bug.
The text was updated successfully, but these errors were encountered: