Skip to content

Commit

Permalink
Adding the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JavalVyas2000 committed Feb 9, 2024
1 parent 10c3200 commit 4cfd7eb
Show file tree
Hide file tree
Showing 63 changed files with 101 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
pwd
ls idaes_examples
pytest -v idaes_examples --ignore=idaes_examples/notebooks/docs/surrogates/SCO2_example/ALAMO/
pytest -v idaes_examples --ignore=idaes_examples/notebooks/docs/surrogates/sco2/alamo/
- name: Upload pytest-xdist worker logs
if: success() || failure()
uses: actions/upload-artifact@v3
Expand Down
24 changes: 12 additions & 12 deletions idaes_examples/notebooks/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,21 +81,21 @@ parts:
- file: docs/surrogates/omlt/index
sections:
- file: docs/surrogates/omlt/keras_flowsheet_optimization_doc
- file: docs/surrogates/SCO2_example/ALAMO/index
- file: docs/surrogates/sco2/alamo/index
sections:
- file: docs/surrogates/SCO2_example/ALAMO/SCO2_alamo_surrogate_doc
- file: docs/surrogates/SCO2_example/ALAMO/SCO2_properties_alamo_surrogate_embedding_doc
- file: docs/surrogates/SCO2_example/ALAMO/SCO2_flowsheet_alamo_surrogate_doc
- file: docs/surrogates/SCO2_example/OMLT/index
- file: docs/surrogates/sco2/alamo/alamo_training_doc
- file: docs/surrogates/sco2/alamo/surrogate_embedding_doc
- file: docs/surrogates/sco2/alamo/flowsheet_optimization_doc
- file: docs/surrogates/sco2/omlt/index
sections:
- file: docs/surrogates/SCO2_example/OMLT/SCO2_keras_surrogate_doc
- file: docs/surrogates/SCO2_example/OMLT/SCO2_properties_keras_surrogate_embedding_doc
- file: docs/surrogates/SCO2_example/OMLT/SCO2_flowsheet_keras_surrogate_doc
- file: docs/surrogates/SCO2_example/PySMO/index
- file: docs/surrogates/sco2/omlt/omlt_training_doc
- file: docs/surrogates/sco2/omlt/surrogate_embedding_doc
- file: docs/surrogates/sco2/omlt/flowsheet_optimization_doc
- file: docs/surrogates/sco2/pysmo/index
sections:
- file: docs/surrogates/SCO2_example/PySMO/SCO2_pysmo_surrogate_doc
- file: docs/surrogates/SCO2_example/PySMO/SCO2_properties_pysmo_surrogate_embedding_doc
- file: docs/surrogates/SCO2_example/PySMO/SCO2_flowsheet_pysmo_surrogate_doc
- file: docs/surrogates/sco2/pysmo/pysmo_training_doc
- file: docs/surrogates/sco2/pysmo/surrogate_embedding_doc
- file: docs/surrogates/sco2/pysmo/flowsheet_optimization_doc
- caption: Power generation
chapters:
- file: docs/power_gen/supercritical/index
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Now, the surrogate is trained and validated, we shall embed it in the property package, which is demonstrated in the [SCO2_properties_alamo_surrogate_embedding](https://github.com/IDAES/examples/blob/supercritcial_CO2_example/idaes_examples/notebooks/docs/surrogates/SCO2_example/ALAMO/SCO2_properties_alamo_surrogate_embedding.ipynb) file."
"Now, the surrogate is trained and validated, we shall embed it in the property package, which is demonstrated in the [surrogate_embedding](https://github.com/IDAES/examples/blob/supercritcial_CO2_example/idaes_examples/notebooks/docs/surrogates/sco2/alamo/surrogate_embedding.ipynb) file."
]
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Now, the surrogate is trained and validated, we shall embed it in the property package, which is demonstrated in the [SCO2_properties_alamo_surrogate_embedding](https://github.com/IDAES/examples/blob/supercritcial_CO2_example/idaes_examples/notebooks/docs/surrogates/SCO2_example/ALAMO/SCO2_properties_alamo_surrogate_embedding_doc.md) file."
"Now, the surrogate is trained and validated, we shall embed it in the property package, which is demonstrated in the [surrogate_embedding](https://github.com/IDAES/examples/blob/supercritcial_CO2_example/idaes_examples/notebooks/docs/surrogates/sco2/alamo/surrogate_embedding_doc.md) file."
]
}
],
Expand Down
Loading

0 comments on commit 4cfd7eb

Please sign in to comment.