https://github.com/GPflow/GPflow
Revision 1771ddf6a630caab7ddc763a929951ad3c640068 authored by alexggmatthews on 20 March 2017, 16:21:50 UTC, committed by alexggmatthews on 20 March 2017, 16:21:50 UTC
1 parent c488b5a
Raw File
Tip revision: 1771ddf6a630caab7ddc763a929951ad3c640068 authored by alexggmatthews on 20 March 2017, 16:21:50 UTC
Correcting python version in docs require.
Tip revision: 1771ddf
.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