https://github.com/GPflow/GPflow
Revision ae7ed2cabcdba04d380382357d288631addc990b authored by Nikitas Rontsis on 30 April 2018, 20:59:29 UTC, committed by Artem Artemev on 30 April 2018, 20:59:29 UTC
1 parent aae4f34
Raw File
Tip revision: ae7ed2cabcdba04d380382357d288631addc990b authored by Nikitas Rontsis on 30 April 2018, 20:59:29 UTC
Numerically stable scaled squred distance via clipping near to 0.
Tip revision: ae7ed2c
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