Open eirirlar opened 9 months ago
I noticed that this issue has already been discussed in Issue #566 and a Pull Request (PR) #567 was created to address it. However, it seems this problem persists because the PR has not been merged yet.
Could we look into merging PR #567 or providing an alternative solution to fix this issue? The community would greatly benefit from having this bug resolved.
Thank you!
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.