Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,10 @@ jobs:
pip install gpcam==8.1.13
conda install octave

- name: Install surmise and Tasmanian
- name: Install surmise
if: matrix.os == 'ubuntu-latest'
run: |
pip install --upgrade git+https://github.com/bandframework/surmise.git
pip install Tasmanian --user

- name: Install generator dependencies for Ubuntu tests
if: matrix.os == 'ubuntu-latest' && matrix.python-version <= '3.12'
Expand Down
3 changes: 1 addition & 2 deletions docs/examples/gen_funcs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ Modeling and Approximation
:hidden:

gpcam
tasmanian
fd_param_finder
surmise

Expand All @@ -100,7 +99,7 @@ Modeling and Approximation

Modular Bayesian calibration/inference framework using Surmise_ (demonstration of cancelling previous issued simulations).

- :doc:`Tasmanian<tasmanian>`
- :ref:`Tasmanian<community:tasmanian-link>`

Evaluates points generators by the Tasmanian_ sparse grid library

Expand Down
31 changes: 0 additions & 31 deletions docs/examples/tasmanian.rst

This file was deleted.

Loading
Loading