https://github.com/GPflow/GPflow
Revision c3c3f0bba37c1fa894942159e7aecf03c0026156 authored by ST John on 04 February 2019, 12:00:01 UTC, committed by ST John on 04 February 2019, 12:00:01 UTC
1 parent 610c4c5
Raw File
Tip revision: c3c3f0bba37c1fa894942159e7aecf03c0026156 authored by ST John on 04 February 2019, 12:00:01 UTC
kern_list -> kernels
Tip revision: c3c3f0b
.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