https://github.com/GPflow/GPflow
Revision f81c694b8564fff548a763642d142d12fa785cc3 authored by Alan Saul on 28 January 2019, 14:07:42 UTC, committed by Alan Saul on 28 January 2019, 14:07:42 UTC
1 parent 146dfc9
Raw File
Tip revision: f81c694b8564fff548a763642d142d12fa785cc3 authored by Alan Saul on 28 January 2019, 14:07:42 UTC
Added module level descriptions of likelihoods and kernels, fixed table in intro, and added auto-detection of modules with auto-members
Tip revision: f81c694
.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