https://github.com/GPflow/GPflow
Revision 1cb047cd00b37249f10fb14907f4b01a1feb4f2e authored by Alexis Boukouvalas on 28 June 2016, 12:28:50 UTC, committed by GitHub on 28 June 2016, 12:28:50 UTC
2 parent s 74824db + abf3015
Raw File
Tip revision: 1cb047cd00b37249f10fb14907f4b01a1feb4f2e authored by Alexis Boukouvalas on 28 June 2016, 12:28:50 UTC
Merge pull request #109 from GPflow/multiclass
Tip revision: 1cb047c
.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