https://github.com/GPflow/GPflow
Revision d025f9603419c338606e671258833922fa75e662 authored by gustavocmv on 24 August 2020, 18:54:38 UTC, committed by GitHub on 24 August 2020, 18:54:38 UTC
* using the first dimension to hold the quadrature summation

* adapting ndiagquad wrapper

* Changed bf for bX in docstrings

Co-authored-by: Gustavo Carvalho <gustavo.carvalho@delfosim.com>
Co-authored-by: st-- <st--@users.noreply.github.com>
Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com>
1 parent 6894af5
Raw File
Tip revision: d025f9603419c338606e671258833922fa75e662 authored by gustavocmv on 24 August 2020, 18:54:38 UTC
Change shape of quadrature tensors for better broadcasting (#1542)
Tip revision: d025f96
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