https://github.com/GPflow/GPflow
Revision 92cbede7e4cfd1c952219c52dc43bddc74d14abb authored by Sergio Diaz on 20 March 2019, 14:10:13 UTC, committed by Sergio Diaz on 20 March 2019, 14:10:13 UTC
1 parent ec62e55
Raw File
Tip revision: 92cbede7e4cfd1c952219c52dc43bddc74d14abb authored by Sergio Diaz on 20 March 2019, 14:10:13 UTC
Removing len(q_sqrt.shape) and turning q_sqrt in tf.Tensors
Tip revision: 92cbede
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