https://github.com/GPflow/GPflow
Revision d5b3a5ccd52bb85597d1ded4a45d8412ad297df1 authored by alexggmatthews on 25 May 2016, 15:16:25 UTC, committed by alexggmatthews on 25 May 2016, 15:16:25 UTC
2 parent s 6ec785a + b22c78a
Raw File
Tip revision: d5b3a5ccd52bb85597d1ded4a45d8412ad297df1 authored by alexggmatthews on 25 May 2016, 15:16:25 UTC
Fixing merge conflict and some other small issues during review.
Tip revision: d5b3a5c
.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__.:
back to top