https://github.com/GPflow/GPflow
Revision 03889e6acf0aeba7a72d4cb1c4ab57610b4727c7 authored by Gustavo Carvalho on 02 August 2020, 14:12:25 UTC, committed by Gustavo Carvalho on 02 August 2020, 14:12:25 UTC
1 parent d995194
Raw File
Tip revision: 03889e6acf0aeba7a72d4cb1c4ab57610b4727c7 authored by Gustavo Carvalho on 02 August 2020, 14:12:25 UTC
using the first dimension to hold the quadrature summation
Tip revision: 03889e6
.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