Skip to content

Commit

Permalink
Merge pull request #1087 from Libensemble/testing/update_surmise
Browse files Browse the repository at this point in the history
Update surmise repo to bandframework
  • Loading branch information
jmlarson1 committed Sep 17, 2023
2 parents f3ef94d + 01a869e commit 0d71e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Install surmise
if: matrix.os != 'macos-latest' && steps.cache.outputs.cache-hit != 'true'
run: |
pip install --upgrade git+https://github.com/surmising/surmise.git@develop
pip install --upgrade git+https://github.com/bandframework/surmise.git@develop
- name: Build ytopt and dependencies
if: matrix.python-version != '3.11' && matrix.os != 'windows-latest' && matrix.os != 'macos-latest'
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/surmise.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Required: Surmise_

Note that currently the github fork https://github.com/mosesyhc/surmise should be used::

python -m pip install --upgrade git+https://github.com/mosesyhc/surmise.git
pip install --upgrade git+https://github.com/bandframework/surmise.git@develop

The :doc:`Borehole Calibration tutorial<../tutorials/calib_cancel_tutorial>` uses this generator as an example of the capability to cancel pending simulations.

Expand Down

0 comments on commit 0d71e93

Please sign in to comment.