https://github.com/GPflow/GPflow
Revision 66aa1f92e54e89a785b09dd1c5ff373c006faf06 authored by st-- on 16 August 2018, 10:30:04 UTC, committed by Artem Artemev on 16 August 2018, 10:30:04 UTC
1 parent e41d8f3
Raw File
Tip revision: 66aa1f92e54e89a785b09dd1c5ff373c006faf06 authored by st-- on 16 August 2018, 10:30:04 UTC
Extended ndiagquad docstrings (#823)
Tip revision: 66aa1f9
.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