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

Refine options for handling of mismatches in metric dimensions #257

Open
jbusecke opened this issue Jul 21, 2022 · 0 comments
Open

Refine options for handling of mismatches in metric dimensions #257

jbusecke opened this issue Jul 21, 2022 · 0 comments

Comments

@jbusecke
Copy link
Owner

jbusecke commented Jul 21, 2022

The handling of errors during the "metric-matching" step is still not great:

  1. The docstrings of postprocessing.match_metrics and postprocessing._parse_metric need to include all valid options
  2. I would like another option 'ignore', which simply skips the dataset in question (this might have to be implemented one level higher in postprocessing.match_metrics. Perhaps something like include_no_match which if False, skips both datasets with no match and errors (this might be neat because the errors could still be printed?).

Prominent example that always seems to trigger this is one/some of the GISS models which have areas that do not have the same shape as the data.

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

No branches or pull requests

1 participant