https://github.com/GPflow/GPflow
Revision 3f74b5c7f08271d3ee7ba4610cc5d832bf0c5af0 authored by Fergus on 08 April 2022, 14:35:58 UTC, committed by GitHub on 08 April 2022, 14:35:58 UTC
* Remove positive transform for anisotropic lengthscales in higher dims

* Add cosine to ard tests
1 parent 41fc73c
Raw File
Tip revision: 3f74b5c7f08271d3ee7ba4610cc5d832bf0c5af0 authored by Fergus on 08 April 2022, 14:35:58 UTC
Remove positive transform for anisotropic lengthscales in higher dims (#1843)
Tip revision: 3f74b5c
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/sphinx/notebooks/*"
back to top