https://github.com/GPflow/GPflow
Revision 5744b519b682507d83db546116c41254994f4fa8 authored by Aidan Scannell on 04 August 2020, 17:31:56 UTC, committed by GitHub on 04 August 2020, 17:31:56 UTC
* Fixed separate_independent_conditional to correctly handle q_sqrt=None.

Co-authored-by: Aidan Scannell <scannell.aidan@gmail.com>
Co-authored-by: st-- <st--@users.noreply.github.com>
1 parent 20c5ee4
Raw File
Tip revision: 5744b519b682507d83db546116c41254994f4fa8 authored by Aidan Scannell on 04 August 2020, 17:31:56 UTC
Fixed separate_independent_conditional to correctly handle q_sqrt=None. (#1533)
Tip revision: 5744b51
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

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