https://github.com/GPflow/GPflow
Revision 697aed5cc5689ec8f45f044651d38e83b3a4c9e1 authored by Mark van der Wilk on 18 February 2019, 15:29:52 UTC, committed by Vincent Dutordoir on 18 February 2019, 15:29:52 UTC
* Settings notebook.

* Fixed typos, added bit about debug messages.

* Old monitoring notebook is now in new directory.
1 parent 4a8bcec
Raw File
Tip revision: 697aed5cc5689ec8f45f044651d38e83b3a4c9e1 authored by Mark van der Wilk on 18 February 2019, 15:29:52 UTC
Mark/notebooks revamp monitor (#937)
Tip revision: 697aed5
.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