-
Notifications
You must be signed in to change notification settings - Fork 62
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
Get license in place #1
Labels
Priority:High
High Priority Issue or PR
Comments
Make sure to add/fix existing license a/o copyright notices in all files in repo. See https://github.com/IDAES/idaes-pse/blob/main/scripts/annotate_source for a script to help with this. |
Merged
Merged
avdudchenko
added a commit
to avdudchenko/watertap
that referenced
this issue
Aug 24, 2023
avdudchenko
added a commit
to avdudchenko/watertap
that referenced
this issue
Aug 27, 2023
bknueven
added a commit
that referenced
this issue
Sep 13, 2023
* merged LoopTool from Analysis * updated diff test * add_diff_fixed_names * Update loopTool.rst * Update index.rst * fixed tests * Fixing file pathing, using abspath(__file__) * fixed covecod for diff_spec, and pathing in test files * switched to useing parallel manager to get mpi config PR#1102 adds managment for num of subprocess for ray io when running on cluster * simplify mpi check * Remove setup_multi_processing not really needed can be done in place * Update docs/technical_reference/tools/loopTool.rst Co-authored-by: Adam Atia <aatia@keylogic.com> * Update docs/technical_reference/tools/loopTool.rst Co-authored-by: Adam Atia <aatia@keylogic.com> * Update docs/technical_reference/tools/loopTool.rst Co-authored-by: Adam Atia <aatia@keylogic.com> * Update docs/technical_reference/tools/loopTool.rst Co-authored-by: Adam Atia <aatia@keylogic.com> * Update docs/technical_reference/tools/loopTool.rst Co-authored-by: Adam Atia <aatia@keylogic.com> * Update docs/technical_reference/tools/loopTool.rst Co-authored-by: Adam Atia <aatia@keylogic.com> * Update docs/technical_reference/tools/loopTool.rst Co-authored-by: Adam Atia <aatia@keylogic.com> * update #1 to match new async setup * updarted tests to reader and small fixes throughout * added additonal tests * Update test_data_merging_tool.py * moved doc to howto as it seems better place for it * Update index.rst * Removed legacy code, added additional tests, added MPI test * Update mpi4py-test.yml * mpi fix try #1 * Fixing MPI test * Fixed MPI rank * Clean up and changes to MPI rank * update doc and added outputs and tests * cleaned up sim_csaes and added key tests for yaml config file * Update mpi4py-test.yml * Update docs/how_to_guides/how_to_use_loopTool_to_explore_flowsheets.rst Co-authored-by: Kinshuk Panda <kinshukpanda@gmail.com> * Update watertap/tools/analysis_tools/loop_tool/loop_tool.py Co-authored-by: Kinshuk Panda <kinshukpanda@gmail.com> * Update watertap/tools/analysis_tools/loop_tool/loop_tool.py Co-authored-by: Kinshuk Panda <kinshukpanda@gmail.com> * Update docs/how_to_guides/how_to_use_loopTool_to_explore_flowsheets.rst Co-authored-by: Kinshuk Panda <kinshukpanda@gmail.com> * Update watertap/tools/analysis_tools/loop_tool/loop_tool.py Co-authored-by: Kinshuk Panda <kinshukpanda@gmail.com> * Update watertap/tools/analysis_tools/loop_tool/loop_tool.py Co-authored-by: Kinshuk Panda <kinshukpanda@gmail.com> * Update watertap/tools/analysis_tools/loop_tool/loop_tool.py Co-authored-by: Kinshuk Panda <kinshukpanda@gmail.com> * Update watertap/tools/analysis_tools/loop_tool/tests/test_loop_tool.py Co-authored-by: Kinshuk Panda <kinshukpanda@gmail.com> * updates to loopt tool * Update test_loop_tool.py * Update test_loop_tool.py * Update loop_tool.py --------- Co-authored-by: Kinshuk Panda <kinshukpanda@gmail.com> Co-authored-by: bknueven <30801372+bknueven@users.noreply.github.com> Co-authored-by: Adam Atia <aatia@keylogic.com>
avdudchenko
added a commit
to k1nshuk/watertap
that referenced
this issue
Dec 18, 2023
avdudchenko
pushed a commit
to avdudchenko/watertap
that referenced
this issue
Dec 23, 2023
lbianchi-lbl
pushed a commit
to watertap-org/parameter-sweep
that referenced
this issue
May 1, 2024
lbianchi-lbl
pushed a commit
to watertap-org/parameter-sweep
that referenced
this issue
May 1, 2024
* merged LoopTool from Analysis * updated diff test * add_diff_fixed_names * Update loopTool.rst * Update index.rst * fixed tests * Fixing file pathing, using abspath(__file__) * fixed covecod for diff_spec, and pathing in test files * switched to useing parallel manager to get mpi config PRwatertap-org/watertap#1102 adds managment for num of subprocess for ray io when running on cluster * simplify mpi check * Remove setup_multi_processing not really needed can be done in place * Update docs/technical_reference/tools/loopTool.rst Co-authored-by: Adam Atia <aatia@keylogic.com> * Update docs/technical_reference/tools/loopTool.rst Co-authored-by: Adam Atia <aatia@keylogic.com> * Update docs/technical_reference/tools/loopTool.rst Co-authored-by: Adam Atia <aatia@keylogic.com> * Update docs/technical_reference/tools/loopTool.rst Co-authored-by: Adam Atia <aatia@keylogic.com> * Update docs/technical_reference/tools/loopTool.rst Co-authored-by: Adam Atia <aatia@keylogic.com> * Update docs/technical_reference/tools/loopTool.rst Co-authored-by: Adam Atia <aatia@keylogic.com> * Update docs/technical_reference/tools/loopTool.rst Co-authored-by: Adam Atia <aatia@keylogic.com> * update watertap-org/watertap#1 to match new async setup * updarted tests to reader and small fixes throughout * added additonal tests * Update test_data_merging_tool.py * moved doc to howto as it seems better place for it * Update index.rst * Removed legacy code, added additional tests, added MPI test * Update mpi4py-test.yml * mpi fix try watertap-org/watertap#1 * Fixing MPI test * Fixed MPI rank * Clean up and changes to MPI rank * update doc and added outputs and tests * cleaned up sim_csaes and added key tests for yaml config file * Update mpi4py-test.yml * Update docs/how_to_guides/how_to_use_loopTool_to_explore_flowsheets.rst Co-authored-by: Kinshuk Panda <kinshukpanda@gmail.com> * Update watertap/tools/analysis_tools/loop_tool/loop_tool.py Co-authored-by: Kinshuk Panda <kinshukpanda@gmail.com> * Update watertap/tools/analysis_tools/loop_tool/loop_tool.py Co-authored-by: Kinshuk Panda <kinshukpanda@gmail.com> * Update docs/how_to_guides/how_to_use_loopTool_to_explore_flowsheets.rst Co-authored-by: Kinshuk Panda <kinshukpanda@gmail.com> * Update watertap/tools/analysis_tools/loop_tool/loop_tool.py Co-authored-by: Kinshuk Panda <kinshukpanda@gmail.com> * Update watertap/tools/analysis_tools/loop_tool/loop_tool.py Co-authored-by: Kinshuk Panda <kinshukpanda@gmail.com> * Update watertap/tools/analysis_tools/loop_tool/loop_tool.py Co-authored-by: Kinshuk Panda <kinshukpanda@gmail.com> * Update watertap/tools/analysis_tools/loop_tool/tests/test_loop_tool.py Co-authored-by: Kinshuk Panda <kinshukpanda@gmail.com> * updates to loopt tool * Update test_loop_tool.py * Update test_loop_tool.py * Update loop_tool.py --------- Co-authored-by: Kinshuk Panda <kinshukpanda@gmail.com> Co-authored-by: bknueven <30801372+bknueven@users.noreply.github.com> Co-authored-by: Adam Atia <aatia@keylogic.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Get the license in place so we can make the repo public
The text was updated successfully, but these errors were encountered: