https://github.com/GPflow/GPflow
Revision 4c4e2441fc0752df831476062c86af8837a67aed authored by Artem Artemev on 20 March 2019, 23:19:12 UTC, committed by Artem Artemev on 20 March 2019, 23:19:12 UTC
1 parent a35737f
Raw File
Tip revision: 4c4e2441fc0752df831476062c86af8837a67aed authored by Artem Artemev on 20 March 2019, 23:19:12 UTC
Use random generator instead of np.random
Tip revision: 4c4e244
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