https://github.com/GPflow/GPflow
Revision ea383d1a921ad5ac18ba852e4c62197a12dca84a authored by alexggmatthews on 20 February 2017, 10:38:15 UTC, committed by alexggmatthews on 20 February 2017, 10:38:15 UTC
1 parent 596a747
Raw File
Tip revision: ea383d1a921ad5ac18ba852e4c62197a12dca84a authored by alexggmatthews on 20 February 2017, 10:38:15 UTC
Adding Italics.
Tip revision: ea383d1
.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