Skip to content
New issue

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

Fix quantiles #331

Closed
wants to merge 3 commits into from
Closed

Fix quantiles #331

wants to merge 3 commits into from

Conversation

henrikef
Copy link
Contributor

Fixes incompatibility issue with old versions of numpy as discussed here: #289

@henrikef
Copy link
Contributor Author

Now a bunch of tests are failing on MacOS (Linux timed out). Failing tests are due to bad fits, not being able to read analysis results etc. I suspect it's because we're running pyyaml 5.1 on the travis CI build, which has caused problems in the past: threeML/astromodels#97

@cbrisboi
Copy link
Contributor

This looks good to merge. I am not fond of the removal of the input checking, but numpy is likely to take care of that for us. Lets see!
After giving some erroneous input to percentile:
ValueError: Quantiles must be in the range [0, 1]
Seems fine to merge.

@henrikef
Copy link
Contributor Author

henrikef commented Aug 5, 2020

I'm not sure if this is needed anymore. Is anyone still using numpy 1.12? I think we can close this (and the related issue 329.

@henrikef henrikef closed this Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants