https://github.com/GPflow/GPflow
Revision fcd3b0005cbdb496e7944a909cae3b651dfd424d authored by st-- on 15 January 2020, 11:08:14 UTC, committed by Artem Artemev on 15 January 2020, 11:08:14 UTC
1 parent cd55917
Raw File
Tip revision: fcd3b0005cbdb496e7944a909cae3b651dfd424d authored by st-- on 15 January 2020, 11:08:14 UTC
Add validation to Parameter.assign() to increase robustness of transforms (#1198)
Tip revision: fcd3b00
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