https://github.com/GPflow/GPflow
Revision 691682d50c78eed9f83b7cc5f87f9ae929227f05 authored by Rasmus Bonnevie on 31 January 2017, 22:36:11 UTC, committed by Rasmus Bonnevie on 31 January 2017, 22:36:11 UTC
1 parent 6745ccd
Raw File
Tip revision: 691682d50c78eed9f83b7cc5f87f9ae929227f05 authored by Rasmus Bonnevie on 31 January 2017, 22:36:11 UTC
Added general functionality for block-structured kernels and recursive co-kriging
Tip revision: 691682d
.coveragerc
[report]
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top