https://github.com/GPflow/GPflow
Revision 5cef76e1eaf982c2f09b4ba26ef91acb4dd54663 authored by ST John on 11 October 2019, 10:44:47 UTC, committed by ST John on 11 October 2019, 10:44:47 UTC
1 parent 0b368ce
Raw File
Tip revision: 5cef76e1eaf982c2f09b4ba26ef91acb4dd54663 authored by ST John on 11 October 2019, 10:44:47 UTC
regression.ipynb is ready for testing but had not been removed from blacklist
Tip revision: 5cef76e
.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