-
Notifications
You must be signed in to change notification settings - Fork 36
PREVIEW: volume postprocessor #916
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
base: main
Are you sure you want to change the base?
Conversation
- Group ID is now `unsigned int`. - Groups IDs are not stored in a container inside `LBSProblem`, we only store the number of groups
Groupset remembers the first and the last group number.
|
This is on top of #896 - only the top 3 patches are related to PPS. I am looking for feedback if this is the direction to go to support the other capability described in #856 . User can do these things now: NOTE: ignore all the duplicated code, I needed something quick that I can test. I will be creating tests for the current capability - I tried only very simple things. |
|
quick and likely silly quesiton: why an initilaizer() function? can we execute multiple times a PP? |
Currently the only reason is to match the API pattern in things like
Yes. However, I do not have any API that would change the class so that |
No description provided.