https://github.com/GPflow/GPflow
Revision 26ee155d6c1ece65e23f94c3df2a4507aab2dbdb authored by st-- on 25 March 2020, 19:08:28 UTC, committed by GitHub on 25 March 2020, 19:08:28 UTC
1 parent 9481826
Raw File
Tip revision: 26ee155d6c1ece65e23f94c3df2a4507aab2dbdb authored by st-- on 25 March 2020, 19:08:28 UTC
fix typing in gpflow.optimizers.scipy (#1364)
Tip revision: 26ee155
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