https://github.com/GPflow/GPflow
Revision a8135157bfb968d94fb27bdf1970e31faf9ae5df authored by Felix Leibfried on 22 October 2019, 13:13:55 UTC, committed by st-- on 22 October 2019, 13:13:55 UTC

* explicitly set method="L-BFGS-B" and rerun
1 parent b0ddc6d
Raw File
Tip revision: a8135157bfb968d94fb27bdf1970e31faf9ae5df authored by Felix Leibfried on 22 October 2019, 13:13:55 UTC
GPflow2.0 notebook update: coregionalisation.ipynb (#1072)
Tip revision: a813515
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/source/notebooks/*"
back to top