https://github.com/GPflow/GPflow
Revision c2c8da20b688d075de5fa501eee3b85eacb74d19 authored by Artem Artemev on 19 February 2019, 17:02:17 UTC, committed by Artem Artemev on 19 February 2019, 17:02:17 UTC
1 parent d3a0a8e
Raw File
Tip revision: c2c8da20b688d075de5fa501eee3b85eacb74d19 authored by Artem Artemev on 19 February 2019, 17:02:17 UTC
Remove empty cell from intro.ipynb
Tip revision: c2c8da2
.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