-
Notifications
You must be signed in to change notification settings - Fork 133
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
Arbitrary Custom Input in InputSpec #2332
Arbitrary Custom Input in InputSpec #2332
Conversation
As part of this https://github.com/idaholab/raven/wiki/input-data should be updated. |
Job Mingw Test on 454cc30 : canceled by @joshua-cogliati-inl about to be updated. |
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.
Reviewed and approved.
Job Test Ubuntu 16 on 7093f70 : invalidated by @joshua-cogliati-inl failed in fetch |
Job Test Fedora 31 on 7093f70 : invalidated by @joshua-cogliati-inl failed in fetch |
Job Test mac on 7093f70 : invalidated by @joshua-cogliati-inl failed in fetch |
Job Test Ubuntu 16 on 7093f70 : invalidated by @joshua-cogliati-inl failed in fetch fatal: fetch-pack: invalid index-pack output |
Job Test Ubuntu 20-2 Optional on 7093f70 : invalidated by @joshua-cogliati-inl failed in fetch fatal: index-pack failed |
1 similar comment
Job Test Ubuntu 20-2 Optional on 7093f70 : invalidated by @joshua-cogliati-inl failed in fetch fatal: index-pack failed |
Job Test qsubs sawtooth on 7093f70 : invalidated by @joshua-cogliati-inl Diff tests/cluster_tests/AdaptiveSobol/test_parallel_adaptive_sobol |
Job Test qsubs sawtooth on 7093f70 : invalidated by @joshua-cogliati-inl failed in fetch fatal: fetch-pack: invalid index-pack output |
Job Test qsubs sawtooth on 7093f70 : invalidated by @joshua-cogliati-inl Diff tests/cluster_tests/AdaptiveSobol/test_parallel_adaptive_sobol |
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.
I have reviewed this and I approve.
Job Mingw Test on b4fef1c : invalidated by @joshua-cogliati-inl Failed in set python evnvironment (warning libmamba Could not parse mod/etag header) |
* added custom arbitrary input extention to inputspecs and unit test * removing internalParallel for adaptsobol cluster test
* new short forward sampling presentation * updated some scgpc inputs and added adaptive * completed example of forward sampling exercise 5 for the short workshop format added * advanced sampling presentation and exercises * add presentation slides from RAVEN 2022 workshop * add raven installation slides * added TSA, CodeInterfaces workshop docs * add slides for Ensemble and Hybrid model * add presentation templates * add DSS slides * add Bayesian Calibration slides * edit slides * added raven models slideset * edits slides * modified test names and revisions * moved subfolders * changed order to reflect order of appearance in the introduction of the Model sections * plot entity * model order * added starting models * Apply suggestions from code review --------- Co-authored-by: Congjian Wang - INL <congjian.wang@inl.gov> * Arbitrary Custom Input in InputSpec (#2332) * added custom arbitrary input extention to inputspecs and unit test * removing internalParallel for adaptsobol cluster test * switching ylabel to subplot titles, helps when a lot of subplots * changed varname to ylabel, but split up long names by underscores: * Update FARM user manual and citation (#2333) * Update FARM user manual and citation * Remove space. * Revert previous. --------- * adding sparse sensing hands on files * changing marker color and adding the presentation * adding latest presentations * moving hands-on session mid presentation * reduce ppt sizes * reduce ppts sizes --------- Co-authored-by: Congjian Wang <congjian.wang@inl.gov> Co-authored-by: Diego Mandelli <diego.mandelli@inl.gov> Co-authored-by: Andrea Alfonsi - NuCube <aalfonsi@nucube.energy> Co-authored-by: Gabriel J. Soto <Gabriel.SotoGonzalez@inl.gov> Co-authored-by: Haoyu Wang <63424217+wanghy-anl@users.noreply.github.com> Co-authored-by: Joshua J. Cogliati <joshua.cogliati@inl.gov> Co-authored-by: Jimmy-INL <mohammad.abdo@inl.gov>
Pull Request Description
What issue does this change request address? (Use "#" before the issue to link it, i.e., #42.)
Closes #2331
What are the significant changes in functionality due to this change request?
Setting an InputSpec node's "strict" mode to False allows it to read in any arbitrary input. It does not become part of the spec, but is attached to the non-strict node as an
additionalInput
member. This member is a list of each arbitrary node added to the non-strict node that is not defined already in the InputSpec for the non-strict node. The entries in this list are RAVENTreeStructure
elements.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.