https://github.com/GPflow/GPflow
Revision eba558280f12cab148833276606ec7a2b0c22329 authored by Mark van der Wilk on 03 July 2019, 15:48:52 UTC, committed by Stefanos Eleftheriadis on 03 July 2019, 15:48:52 UTC
* Fixed overflow in `Logistic` transform.

* Added regression test.

* Nice ordering of imports.
1 parent 292239a
Raw File
Tip revision: eba558280f12cab148833276606ec7a2b0c22329 authored by Mark van der Wilk on 03 July 2019, 15:48:52 UTC
Fixed overflow in `Logistic` transform. (#994)
Tip revision: eba5582
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