https://github.com/GPflow/GPflow
Revision ad6dcec4a599b2ad8f30be41f27c6e6b43ad4d4f authored by John Bradshaw on 06 October 2017, 15:51:23 UTC, committed by John Bradshaw on 06 October 2017, 15:51:23 UTC
1 parent c864b0c
Raw File
Tip revision: ad6dcec4a599b2ad8f30be41f27c6e6b43ad4d4f authored by John Bradshaw on 06 October 2017, 15:51:23 UTC
EP -- binary classifications -- building up. Demo seens sensible.
Tip revision: ad6dcec
.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