Skip to content

Commit

Permalink
Fix broken URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Jan 13, 2025
1 parent 6a0be49 commit 76c59d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/OnlineDocs/explanation/analysis/doe/doe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pyomo.DoE

**Pyomo.DoE** (Pyomo Design of Experiments) is a Python library for model-based design of experiments using science-based models.

Pyomo.DoE was developed by **Jialu Wang** and **Alexander W. Dowling** at the University of Notre Dame as part of the `Carbon Capture Simulation for Industry Impact (CCSI2) <https://www.acceleratecarboncapture.org/>`_.
Pyomo.DoE was developed by **Jialu Wang** and **Alexander W. Dowling** at the University of Notre Dame as part of the `Carbon Capture Simulation for Industry Impact (CCSI2) <https://github.com/CCSI-Toolset/>`_.
project, funded through the U.S. Department Of Energy Office of Fossil Energy.

If you use Pyomo.DoE, please cite:
Expand Down
2 changes: 1 addition & 1 deletion pyomo/contrib/simplification/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def build_ginac_library(parallel=None, argv=None, env=None):
assert subprocess.run(make_cmd, cwd=cln_dir, env=env).returncode == 0
assert subprocess.run(install_cmd, cwd=cln_dir, env=env).returncode == 0

url = 'https://www.ginac.de/ginac-1.8.7.tar.bz2'
url = 'https://www.ginac.de/ginac-1.8.8.tar.bz2'
ginac_dir = os.path.join(tmpdir, 'ginac')
downloader.set_destination_filename(ginac_dir)
logger.info(
Expand Down

0 comments on commit 76c59d3

Please sign in to comment.