-
Notifications
You must be signed in to change notification settings - Fork 135
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
filtering settings for targets during Synthetic history interpolation #2394
base: devel
Are you sure you want to change the base?
Conversation
Job Mingw Test on e3eff52 : invalidated by @joshua-cogliati-inl failed rm directory not empty |
Job Mingw Test on 637f2cc : invalidated by @GabrielSoto-INL Timed out from delayed start |
Job Mingw Test on 637f2cc : invalidated by @GabrielSoto-INL |
Job Mingw Test on 637f2cc : invalidated by @joshua-cogliati-inl failed in fetch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes are good and ready to merge.
Job Test qsubs sawtooth on a422810 : invalidated by @joshua-cogliati-inl failed in fetch |
Job Test Fedora 31 on a422810 : invalidated by @joshua-cogliati-inl restarted civet |
Job Test mac on 2d5d739 : invalidated by @joshua-cogliati-inl failed in set python environment with download failure |
Job Mingw Test on 2d5d739 : invalidated by @GabrielSoto-INL failed in fetching Raven |
Pull Request Description
What issue does this change request address? (Use "#" before the issue to link it, i.e., #42.)
#2389
What are the significant changes in functionality due to this change request?
The Problem
During interpolation of a SyntheticHistory ROM, learned features from a characterizing TSA algorithm are interpolated between missing data years. The interpolated values are then written to the final ROM for the missing macroSteps.
When setting the values, each TSA characterizing algorithm (whether
global
orlocal
/per segment) reads in a dictionary of interpolated params and loops through all target signals to set new values. However, if we have an XML where we have two nodes of the same algorithm, the target list is mismatched from the trained params and the interpolated params. An example is shown below with a modified/tests/framework/ROM/TimeSeries/SyntheticHistory/varma_interpolated.xml
test that has two added<fourier>
algorithms:The Solution
The problem is solved by properly filtering the trained settings based on the correct node before setting the ROM features.
For Change Control Board: Change Request Review
The following review must be completed by an authorized member of the Change Control Board.
<internalParallel>
to True.raven/tests/framework/user_guide
andraven/docs/workshop
) have been changed, the associated documentation must be reviewed and assured the text matches the example.