https://github.com/GPflow/GPflow
Revision c85c882348538fcf775819ea83c2222e85da9f52 authored by Joel Berkeley on 06 August 2019, 21:41:32 UTC, committed by st-- on 06 August 2019, 21:41:32 UTC
1 parent 6814149
Raw File
Tip revision: c85c882348538fcf775819ea83c2222e85da9f52 authored by Joel Berkeley on 06 August 2019, 21:41:32 UTC
fix error in python example in contributing readme (#1013)
Tip revision: c85c882
.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