https://github.com/GPflow/GPflow
Revision 9d8f3c1c04fd32c98054af5366c384e6b9dd35d4 authored by Artem Artemev on 15 March 2018, 23:19:55 UTC, committed by Artem Artemev on 15 March 2018, 23:27:18 UTC
2 parent s 0342cb9 + 80528a3
Raw File
Tip revision: 9d8f3c1c04fd32c98054af5366c384e6b9dd35d4 authored by Artem Artemev on 15 March 2018, 23:19:55 UTC
Merge with updated branch.
Tip revision: 9d8f3c1
.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