Open wangcj05 opened 2 years ago
There is a discrepancy in GA documentation. The beginning of the GAParams
section shows that swapMutator
is an available option for mutation type:
If you scroll down to the next page where we typically have the node information it does not show up as a possibility:
Problems that are found by @joshua-cogliati-inl:
Not finding python in when running ./scripts/establish_conda_env.sh --install
Sometimes establish conda would error when trying to find python. One solution was to run
conda activate base
before running establish conda install.
before running establish conda.
source ./scripts/establish_conda_env.sh --load
)
Unless we eliminate that need (either with a pure python crow or with a pre-compiled raven pip wheel) we should emphasis the need to have that installed first. Note that Microsoft C++ Build Tools might be easier to install compared to Microsoft Visual Studio: https://visualstudio.microsoft.com/visual-cpp-build-tools/ (Note that installing both Microsoft Visual Studio and the Build Tools might not work.)
In our windows install instructions, we recommend that people install Git and Conda with set environment parameters so they are always in the path, but that seemed to have caused one user's cmd to fail to work. Possibly we should stop recommending that. (Side note, we should try and install on as clean a computer as possible in windows before a workshop to try and find out these problems.)
Under Discussion Topic
Summary of the topic to be discussed with the development team A clear and concise description of the topic to be discusses
Describe the solution you'd like to be implemented A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
For Change Control Board: Issue Review
This review should occur before any development is performed as a response to this issue.
For Change Control Board: Issue Closure
This review should occur when the issue is imminently going to be closed.
task
issue?