Skip to content

Commit

Permalink
more continuous integration fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iantbeck committed May 3, 2024
1 parent 1a950b4 commit f03baec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
python-version: ${{ matrix.cfg.python-version }}
auto-activate-base: false
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
add-pip-as-python-dependency: true
channels: conda-forge
Expand Down
1 change: 0 additions & 1 deletion tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def test_gp():
gp = peslearn.ml.GaussianProcess(datasets[i], input_obj, mol_strings[i])
gp.optimize_model()
errors.append(gp.test_error)
print(gp.test_error)
# Test set error < 50 cm-1
assert errors[0] < 50
assert errors[1] < 50
Expand Down

0 comments on commit f03baec

Please sign in to comment.