-
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
Combined remove smt, update numpy, and unpin cloudpickle #2365
Combined remove smt, update numpy, and unpin cloudpickle #2365
Conversation
This is identical to #2363 except related commits have been squashed together. |
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.
One suggest for consider.
initSamples = lhs(limits.shape[0], samples=nSamples, criterion='cm', random_state=42) | ||
initSamples = limits[:,0] + (limits[:,1] - limits[:,0]) * initSamples |
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 suggest to make a util function for these lines since they appears multiple times and in different modules.
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.
We can fix that in new PR; as there are too many things going on here.
Job Mingw Test on e5e417f : invalidated by @joshua-cogliati-inl failed in set python environment with segfault |
1 similar comment
Job Mingw Test on e5e417f : invalidated by @joshua-cogliati-inl failed in set python environment with segfault |
Job Test qsubs sawtooth on e5e417f : invalidated by @joshua-cogliati-inl Diff tests/cluster_tests/test_mpiqsub_nosplit |
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 code changes, no outstanding concerns.
Checklists pass. Merging. |
Pull Request Description
What issue does this change request address?
Issue #2355
Issue #2294
What are the significant changes in functionality due to this change request?
The SMT library is currently not functioning on macOS. However, we only require it for a specific function that can be utilized through the pyDOE3 library
This updates to Numpy 1.24
This removes the pinning to cloudpickle 2.2
These are combined because they are all needed to pass the regression 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.