-
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
Increasing rel_err due to test failures. #1836
Merged
Merged
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
wangcj05
approved these changes
May 23, 2022
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.
No actual code changes, but rel_err update due to potential libraries update,
checklist satisfied, and PR can be merged. |
dgarrett622
pushed a commit
to dgarrett622/raven
that referenced
this pull request
Jun 1, 2022
PaulTalbot-INL
added a commit
that referenced
this pull request
Jun 15, 2022
* idiot-proof getEntity method * splitting and cleaning XMLread * fix missing f-statement * update Simulation to allow subsequent run() calls * formatting updates * create flushOutputDataObject in DataObject and DataSet to reinitialize output DataObjects for successive workflow runs * fixing assembler issue * removing getMessageHandler from builtins * removing duplicate import statement * fixing flushOutputDataObject for when 'prefix' is not a part of the object * restart time each time a simulation is run * ensure time resets when simulation reinitialized * plots generate when RAVEN workflow rerun * fixing DeprecationWarning message * fixing printing issue for HistorySet * reset warning messages if workflow ran previously * fixing colorMap specified does not exist error * fixing 'Tried to add new data to cNDarray' for PostProcessor tests * fixing 'Tried to add new data to cNDarray' for ARMA tests * fixing h5py 'Unable to create group' issue * fix issue with controlFunction in LogicalModel * HybridModel can be re-run in workflow * fixing GeneralPlot.py for re-running OutStreams tests * fix ['prefix'] not in index error * fixing issue seen with GeneticAlgorithm * reset Steps, SolutionExport, and GradientDescent Optimizer for rerunning workflows * finish up flushing GradientDescent Optimizer * flushing GeneticAlgorithm Optimizer * finish flushing SimulatedAnnealing * flushing AdaptiveMonteCarlo and other Samplers * improving flushDataObject * flushing Sobol Sampler * flushing AdaptiveSparseGrid * fixing NetCDF issue where values were appended instead of overwritten * adding flushSampler to Stratified * updating _inputMetaVars for HistorySet * flush Databases using (mostly) existing initializeDatabase * flushing additional Samplers * fixing re-initialization of HDF5 databases for re-running workflows * simplifying Sampler inheritance * formatting touched files * flushing metadataKeys for Samplers and Optimizers * adjust spacing for Run complete! message * updating tests to check for re-running RAVEN workflow * fixing f-string issue * fix new test for re-running RAVEN workflow * vargroups in rrr dataobjects (#1823) * Farm submodule update (#1826) * update FARM submodule version * Parallel improvements (#1825) * If ray instatiated outside, use it. Basically, before, ray was only used if nodes was setup, such as with MPI mode. * No longer automatically adds mpi mode to inner ravens. * Make it a bigger test, and switch to internalParallel * Adding useful debugging information. * Wait for servers to finish starting. Otherwise they become zombies. * Only print out changed part. * Adding debugging info, and force status to disk. * Setting port to 0 so ray chooses an available port. This adds port as a parameter to the starting ray function, and sends in 0. This tells ray to choose an available port, instead of erroring if port 6379 is not available. * Find correct ray start `ray start sometimes appears, so add a space before it. * Don't start JobHandler if running remotely. If we are going to be running remotely, then we should not start job handler. Otherwise, we have to start ray or threads, only to seconds later shutdown them down. * Update scikit learn to 0.24 (#1831) * Remove old pre-0.17 compatibility code. * Properly handling 'None' and 'most_frequent' outlier_label Checking if outlier_label exists before looking at it. * Fixing default to be float. * changing sklearn to 0.24 * Regolding and test modification for sklearn 0.24 * Doubling relative error. * Labels are somewhat random, so don't print them. Just check that all the means are the same. * Updating generated documents. * Removing check for version for StackingRegressor since 0.24 is now minimum. * Adding StackingRegressor * Setup changes (#1748) * Converting to ravenframework * Fix pluginhandler. * Making pyDOE use relative imports. * Adding __init__.py so lazy is found. * pyDOE now really in contrib. * Make checking libraries optional. * Updating for raven package. * Fixing library_report. * There was both a CodeInterfaces directory and a CodeInterfaces.py This caused problems. * Support python 2.0 for utils. * Skip library check if library handler not found. * Adds ability to generate setup.cfg requirements section. Usage: python3 ./scripts/library_handler.py pip --action=setup.cfg > setup.cfg * Updating things from review. * Increasing rel_err due to test failures. (#1836) * update LOGOS submodule (#1835) * HERON Submodule Update (#1837) * reverting PythonRaven to address issues caused by recent changes * reverting PythonRaven again due to circular imports * reverting getMessageHandler * fixing formatting in DataSet.py * adding resetHybridModel method * formatting GradientDescent * restoring commented code block and fixing variable name * formatting comments * updating to common 'flush' method * adding resetSimulation functionality * formatting f-string in MultiRun Co-authored-by: Paul Talbot <[email protected]> Co-authored-by: Haoyu Wang <[email protected]> Co-authored-by: Joshua J. Cogliati <[email protected]> Co-authored-by: Congjian Wang - INL <[email protected]> Co-authored-by: Dylan McDowell <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull Request Description
What issue does this change request address?
#1806
This addresses failures in tests like: https://civet.inl.gov/job/1052344/
What are the significant changes in functionality due to this change request?
Increases the rel_err for two unstable tests.
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.