https://github.com/GPflow/GPflow
Revision 63c84ca52c696301dfa647fa20fc4bd8ac60580c authored by Alexis Boukouvalas on 13 March 2017, 15:46:00 UTC, committed by GitHub on 13 March 2017, 15:46:00 UTC
2 parent s 39bd0e0 + 563e0c5
Raw File
Tip revision: 63c84ca52c696301dfa647fa20fc4bd8ac60580c authored by Alexis Boukouvalas on 13 March 2017, 15:46:00 UTC
Merge branch 'master' into pypi
Tip revision: 63c84ca
.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