-
Notifications
You must be signed in to change notification settings - Fork 9
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
Improve NCU Reader #60
Merged
slabasan
merged 12 commits into
LLNL:develop
from
michaelmckinsey1:feature-ncu-mapping-improvement
Apr 25, 2024
Merged
Improve NCU Reader #60
slabasan
merged 12 commits into
LLNL:develop
from
michaelmckinsey1:feature-ncu-mapping-improvement
Apr 25, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
michaelmckinsey1
added
area-external
Issues and PRs related to external libraries used by Thicket
priority-normal
Normal priority issues and PRs
status-ready-for-review
This PR is ready to be reviewed by assigned reviewers
type-feature
Requests for new features or PRs which implement new features
labels
Jul 11, 2023
michaelmckinsey1
force-pushed
the
feature-ncu-mapping-improvement
branch
from
July 27, 2023 22:09
ce66c82
to
313f6c1
Compare
michaelmckinsey1
force-pushed
the
feature-ncu-mapping-improvement
branch
from
October 9, 2023 06:54
8ef5b49
to
739d4aa
Compare
michaelmckinsey1
force-pushed
the
feature-ncu-mapping-improvement
branch
from
November 1, 2023 18:40
739d4aa
to
43df01e
Compare
michaelmckinsey1
force-pushed
the
feature-ncu-mapping-improvement
branch
from
April 15, 2024 17:22
43df01e
to
54ddfca
Compare
slabasan
approved these changes
Apr 25, 2024
Yejashi
pushed a commit
to TauferLab/thicket
that referenced
this pull request
Apr 28, 2024
* Refactor NCU into a reader class and improve logic * Remove statefulness of NCUReader * fix query * Add rollup operation aggregation * Optimize rollup dictionary creation * Optimize metric value assignment * Add progress bar description * Replace depreciated code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-external
Issues and PRs related to external libraries used by Thicket
priority-normal
Normal priority issues and PRs
status-ready-for-review
This PR is ready to be reviewed by assigned reviewers
type-feature
Requests for new features or PRs which implement new features
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Improve the NCU Reader.
mean, max, min, sum
, programmatically determined from ncu'srollup_operation
metric function.tqdm
to main loop in reader to provide some clarity to the user.