https://github.com/GPflow/GPflow
Revision 6516d0e9e0380139ddf59015a89fd7a67587efd0 authored by alexggmatthews on 27 June 2016, 13:21:42 UTC, committed by alexggmatthews on 27 June 2016, 13:21:42 UTC
1 parent 7a54ddf
Raw File
Tip revision: 6516d0e9e0380139ddf59015a89fd7a67587efd0 authored by alexggmatthews on 27 June 2016, 13:21:42 UTC
Building up multiclass tests.
Tip revision: 6516d0e
.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