We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think in the past you wanted to return np.nan but then it changed type of array.
Currently it throws an error.
I almost think we shouldn't even throw the error. If someone says 999999 surely they mean np.inf anyways?
What is the best possible behavior?
The text was updated successfully, but these errors were encountered:
Some options:
|band_inf
I quite like your suggestion i.e. (2), people generally want it to go to inf. (e.g. sum assured >£10m for certain reinsurance)
Sorry, something went wrong.
No branches or pull requests
I think in the past you wanted to return np.nan but then it changed type of array.
Currently it throws an error.
I almost think we shouldn't even throw the error. If someone says 999999 surely they mean np.inf anyways?
What is the best possible behavior?
The text was updated successfully, but these errors were encountered: