https://github.com/GPflow/GPflow
Revision 99e898823cc6ae6029276cd8327ee88016f93f54 authored by st-- on 09 October 2019, 20:19:05 UTC, committed by Artem Artemev on 09 October 2019, 20:19:05 UTC
1 parent 4dba79d
Raw File
Tip revision: 99e898823cc6ae6029276cd8327ee88016f93f54 authored by st-- on 09 October 2019, 20:19:05 UTC
Sync notebooks with develop (includes moving files from notebooks2 back to doc/source/notebooks) (#1073)
Tip revision: 99e8988
.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