Skip to content

Commit 32b7bad

Browse files
authored
Merge pull request #135 from slaclab/fix-test
Fix non-PSD failing test
2 parents 56aedca + 3b339f5 commit 32b7bad

File tree

7 files changed

+2
-19
lines changed

7 files changed

+2
-19
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: conda-incubator/setup-miniconda@v3
1616
with:
1717
python-version: 3.12
18-
channels: conda-forge
18+
channels: conda-forge,defaults
1919
activate-environment: lume-model-dev
2020

2121
- name: Install lume-model

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"numpy",
2626
"pyyaml",
2727
"torch",
28-
"botorch",
28+
"botorch>=0.15",
2929
"mlflow"
3030
]
3131
dynamic = ["version"]
459 Bytes
Binary file not shown.
-43 KB
Binary file not shown.

tests/test_files/multi_task_gp/multi_task_task_gp.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.
461 Bytes
Binary file not shown.
-1.92 KB
Binary file not shown.

0 commit comments

Comments
 (0)