https://github.com/GPflow/GPflow
Revision 12c7656a9be1a4db6c457bfe3e322f8977a61e9f authored by st-- on 31 August 2018, 17:57:46 UTC, committed by GitHub on 31 August 2018, 17:57:46 UTC
* add link to github.com/Joshuaalbert/heterogp in lieu of #735
* remove link to gpflow-monitor now that it's in GPflow itself, ok'd by @markvdw
1 parent a2afcee
Raw File
Tip revision: 12c7656a9be1a4db6c457bfe3e322f8977a61e9f authored by st-- on 31 August 2018, 17:57:46 UTC
add link to github.com/Joshuaalbert/heterogp in lieu of #735 (#773)
Tip revision: 12c7656
.coveragerc
[report]
omit = *tests*, setup.py
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