https://github.com/GPflow/GPflow
Revision 04006b7bfb7e594fc55ec799f170daa6a8d8fd1e authored by vdutor on 21 December 2018, 09:22:05 UTC, committed by vdutor on 21 December 2018, 09:22:05 UTC
1 parent 635fcc1
Raw File
Tip revision: 04006b7bfb7e594fc55ec799f170daa6a8d8fd1e authored by vdutor on 21 December 2018, 09:22:05 UTC
Fix bug in sample_conditional
Tip revision: 04006b7
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top