https://github.com/GPflow/GPflow
Revision a78c46faeb553fa78a52f5f40aaaf4a7dcc0ddce authored by Vincent Adam on 07 March 2019, 17:10:26 UTC, committed by st-- on 07 March 2019, 17:10:26 UTC
1 parent cb34808
Raw File
Tip revision: a78c46faeb553fa78a52f5f40aaaf4a7dcc0ddce authored by Vincent Adam on 07 March 2019, 17:10:26 UTC
Fixing bad docstrings in conditionals (#952)
Tip revision: a78c46f
.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