https://github.com/GPflow/GPflow
Revision 8b140954a7b9291f52b097cddf028f68cb1fb708 authored by Ayman Boustati on 20 February 2019, 12:34:14 UTC, committed by Ayman Boustati on 20 February 2019, 12:34:14 UTC
1 parent 5f037b4
Raw File
Tip revision: 8b140954a7b9291f52b097cddf028f68cb1fb708 authored by Ayman Boustati on 20 February 2019, 12:34:14 UTC
clean up of multioutput notebook and link to other notebooks
Tip revision: 8b14095
.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