https://github.com/GPflow/GPflow
Revision c1be47a931c9c9c566b91cd98c4b71260a20e9b6 authored by Artem Artemev on 11 March 2018, 17:20:31 UTC, committed by GitHub on 11 March 2018, 17:20:31 UTC
1 parent 43ba8f8
Raw File
Tip revision: c1be47a931c9c9c566b91cd98c4b71260a20e9b6 authored by Artem Artemev on 11 March 2018, 17:20:31 UTC
Change support message for python 3.5
Tip revision: c1be47a
.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