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

Analysis should fail gracefully on missing trace data #33

Open
4 tasks
ptooley opened this issue Apr 24, 2020 · 0 comments
Open
4 tasks

Analysis should fail gracefully on missing trace data #33

ptooley opened this issue Apr 24, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ptooley
Copy link
Contributor

ptooley commented Apr 24, 2020

E.g for missing PAPI_TOT_INS:

  • Analysis should gracefully fail with a warning about missing events and insert np.nan
  • Reloading a summary with missing data should raise a (silenceable) warning of missing data
  • Metric creation should silently accept nans in metric input
  • Metric table plotting should support hide_nans={"never", "all", "any"} to control plotting of rows containing nans.
@ptooley ptooley changed the title Analysis should fail gracefully on missing data Analysis should fail gracefully on missing trace data Apr 24, 2020
@ptooley ptooley self-assigned this Apr 24, 2020
@ptooley ptooley added the enhancement New feature or request label Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant