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
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top