-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add more tests for score()
#502
Comments
score()
for the quantile casescore()
Do we have any progress on this? Maybe we could update to a checklist to make this more modular |
Anyone keen to chip in here on some infra (maybe @jamesmbaazam :)) |
In the process of adding some tests. The following leads to a lot of warnings which need to be cleaned up eventually. Some of them are fine and expected, others like the "Column 'dispersion' does not exist to remove" or "! Function execution failed, returning NULL. Error: argument is of length zero." are a bit opaque.
Similar for the case of one asymmetric quantile:
|
The "Column 'dispersion' does not exist to remove" errors are addressed in #801. |
Sorry, I missed this notification. |
Update: some things disappeared, but this has still a few errors/warnings:
Working on them :) |
It would be good to add a few more tests for
score()
.Sample case:
What happens if you only have a single sample?
Quantile case:
what happens if you only
The text was updated successfully, but these errors were encountered: