https://github.com/GPflow/GPflow
Revision e85417a73bcd813b5e449ba96d34266022fc9ffb authored by hugh on 21 June 2017, 16:11:17 UTC, committed by hugh on 21 June 2017, 16:11:17 UTC
1 parent 702643e
Raw File
Tip revision: e85417a73bcd813b5e449ba96d34266022fc9ffb authored by hugh on 21 June 2017, 16:11:17 UTC
add test for recompile. tidy whitespace
Tip revision: e85417a
.coveragerc
[report]
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