https://github.com/GPflow/GPflow
Revision 82763988861473bfa9a64e10fae01620efab39ce authored by Artem Artemev on 03 October 2017, 22:51:40 UTC, committed by Artem Artemev on 03 October 2017, 22:51:40 UTC
1 parent 314c5bd
Raw File
Tip revision: 82763988861473bfa9a64e10fae01620efab39ce authored by Artem Artemev on 03 October 2017, 22:51:40 UTC
Revert back classification.ipynb
Tip revision: 8276398
.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