https://github.com/GPflow/GPflow
Revision 0dec75ec608fcf6d7b29655df4006f0f5d9a5f83 authored by st-- on 19 February 2019, 16:37:32 UTC, committed by Artem Artemev on 19 February 2019, 16:37:32 UTC
1 parent 649b039
Raw File
Tip revision: 0dec75ec608fcf6d7b29655df4006f0f5d9a5f83 authored by st-- on 19 February 2019, 16:37:32 UTC
Revamp of GPflow documentation and notebooks (#924)
Tip revision: 0dec75e
.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