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

Unclear error message -- where to look for more information about quantile crossing? #56

Closed
elray1 opened this issue Oct 11, 2023 · 0 comments · Fixed by #67
Closed

Comments

@elray1
Copy link
Contributor

elray1 commented Oct 11, 2023

I generated a model output file with quantile crossing 😅 and I got the following error message from running the validations:

! 2023-10-14-UMass-gbq_qr.csv: Values in `value` column are not non-decreasing as output_type_ids increase for
  all unique task ID value/output type combinations of quantile or cdf output types.  See `error_tbl` attribute
  for details.

My first thought was to look at

tmp <- hubValidations::validate_submission(
    hub_path="submissions-hub",
    file_path="UMass-gbq_qr/2023-10-14-UMass-gbq_qr.csv")
attr(tmp, 'error_tbl')

but this returns NULL. After a minute or two, I figured out that I should look at tmp$value_col_non_desc$error_tbl. Maybe we can provide a clearer description of this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant