https://github.com/GPflow/GPflow
Revision bcc34123498bb08e8797a8994bc81bc56b243d22 authored by Mark van der Wilk on 15 August 2017, 11:36:34 UTC, committed by GitHub on 15 August 2017, 11:36:34 UTC
1 parent 5e47910
Raw File
Tip revision: bcc34123498bb08e8797a8994bc81bc56b243d22 authored by Mark van der Wilk on 15 August 2017, 11:36:34 UTC
Added elaboration on how to contribute. (#483)
Tip revision: bcc3412
.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