https://github.com/GPflow/GPflow
Revision 177e0aa3925818e7444c4191416257527b2db7d1 authored by vdutor on 29 March 2018, 16:22:51 UTC, committed by vdutor on 29 March 2018, 16:22:51 UTC
1 parent 79e7b45
Raw File
Tip revision: 177e0aa3925818e7444c4191416257527b2db7d1 authored by vdutor on 29 March 2018, 16:22:51 UTC
Removed old multioutput notebook and replaced by a new one
Tip revision: 177e0aa
.coveragerc
[report]
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